Skip to content

Commit bd2f331

Browse files
Merge branch '6.1' into 6
2 parents d584aba + 7df54d4 commit bd2f331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Utility/DebugTools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function resetUtilitiesAfterStep(AfterScenarioScope $event): void
4242
* the browser headless
4343
* Remove this step from in a feature file once the test is working correct
4444
*
45-
* @Given /^I take a screenshot after every step$/
45+
* @Given /^I take a screenshot after (every|each) step$/
4646
*/
4747
public function iTakeAScreenshotAfterEveryStep()
4848
{
@@ -53,7 +53,7 @@ public function iTakeAScreenshotAfterEveryStep()
5353
* Utility function for debugging failing behat tests
5454
* Remove this step from in a feature file once the test is working correct
5555
*
56-
* @Given /^I dump the rendered HTML after every step$/
56+
* @Given /^I dump the rendered HTML after (every|each) step$/
5757
*/
5858
public function iDumpTheRenderedHtmlAfterEveryStep()
5959
{

0 commit comments

Comments
 (0)