mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
BUG Explicitly name all parameters on theTextBeforeAfter (#242)
This commit is contained in:
parent
b3de55e205
commit
dd2146fd65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user