Skip to content

Commit

Permalink
MDL-66378 behat: Correct grammar of resize step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 21, 2019
1 parent bf52d11 commit 3c3a806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tests/behat/behat_general.php
Expand Up @@ -1215,6 +1215,7 @@ public function should_not_exist_in_the($element, $selectortype, $containereleme
*
* @throws ExpectationException
* @Then /^I change (window|viewport) size to "(small|medium|large|\d+x\d+)"$/
* @Then /^I change the (window|viewport) 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($windowviewport, $windowsize) {
Expand Down

0 comments on commit 3c3a806

Please sign in to comment.