mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
MDL-49376 behat: Fixing resize step regex
This commit is contained in:
parent
b90f98dade
commit
1a970e5ca0
@ -982,7 +982,7 @@ class behat_general extends behat_base {
|
||||
* Example: I change window size to "small" or I change window size to "1024x768"
|
||||
*
|
||||
* @throws ExpectationException
|
||||
* @Then /^I change window size to "([^"](small|medium|large|\d+x\d+))"$/
|
||||
* @Then /^I change window size to "(small|medium|large|\d+x\d+)"$/
|
||||
* @param string $windowsize size of the window (small|medium|large|wxh).
|
||||
*/
|
||||
public function i_change_window_size_to($windowsize) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user