MDL-66378 behat: Correct grammar of resize step

This commit is contained in:
Andrew Nicols 2019-08-21 08:39:45 +08:00
parent 8a0d0cb4b1
commit 6fd975cc07

View File

@ -1215,6 +1215,7 @@ EOF;
*
* @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) {