File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments