mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-66378 behat: Correct grammar of resize step
This commit is contained in:
parent
8a0d0cb4b1
commit
6fd975cc07
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user