MDL-49376 behat: Fixing resize step regex

This commit is contained in:
David Monllao 2015-03-04 11:31:35 +08:00
parent b90f98dade
commit 1a970e5ca0

View File

@ -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) {