MDL-66378 behat: Update screen sizes to Y2K standards

This commit is contained in:
Andrew Nicols
2019-08-17 10:32:19 +08:00
parent c3731344e5
commit 2bee1f66b9
+3 -3
View File
@@ -665,11 +665,11 @@ class behat_base extends Behat\MinkExtension\Context\RawMinkContext {
switch ($windowsize) {
case "small":
$width = 640;
$height = 480;
$width = 1024;
$height = 768;
break;
case "medium":
$width = 1024;
$width = 1366;
$height = 768;
break;
case "large":