BUG Explicitly name all parameters on theTextBeforeAfter

This commit is contained in:
Maxime Rainville 2023-06-01 13:28:17 +12:00
parent b3de55e205
commit 664d22d1f7
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ JS;
/**
* Checks the order of two texts.
* Assumptions: the two texts appear in their conjunct parent element once
* @Then /^I should see the text "(?P<textBefore>(?:[^"]|\\")*)" (before|after) the text "(?P<textAfter>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/
* @Then /^I should see the text "(?P<textBefore>(?:[^"]|\\")*)" (?P<order>(before|after)) the text "(?P<textAfter>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/
* @param string $textBefore
* @param string $order
* @param string $textAfter