mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
More forgiving syntax for "wait for x seconds"
This commit is contained in:
parent
443a49b717
commit
90443b64f9
@ -253,7 +253,7 @@ JS;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Given /^I wait for ([\d\.]+) seconds$/
|
||||
* @Given /^I wait (?:for )?([\d\.]+) second(?:s?)$/
|
||||
*/
|
||||
public function stepIWaitFor($secs)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user