Merge branch 'MDL-49376_27' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE

This commit is contained in:
Dan Poltawski
2015-03-10 08:27:33 +00:00
+1 -1
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) {