Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 09684ee

Browse files
authored
Merge pull request #60 from achekerylla/achekerylla-add-contains-test-to-list
Add contains test to list of failing tests
2 parents d15672e + 6e47fc2 commit 09684ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ steps:
137137
link: "{{ store.second_pr_url }}"
138138
actions:
139139
- type: gate
140-
left: "/(Initializes with two players)|(Starts the game with a random player)|(Sets the current player to be whoever it is not)/gim"
140+
left: "/(Contains the compiled JavaScript)|(Initializes with two players)|(Starts the game with a random player)|(Sets the current player to be whoever it is not)/gim"
141141
operator: test
142142
right: "%payload.comment.body%"
143143
required: false

responses/e-test-name.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
That wasn't the test name I expected, but that's alright. If you typed something slightly different than what I looked for that may explain it.
22

33
I expected one of the following test names:
4+
- Contains the compiled JavaScript
45
- Initializes with two players
56
- Starts the game with a random player
67
- Sets the current player to be whoever it is not

0 commit comments

Comments
 (0)