MDL-66378 behat: Update screen sizes to Y2K standards

This commit is contained in:
Andrew Nicols
2019-08-16 11:42:45 +08:00
parent 5a44daadf9
commit 3d18e5cfd6
+3 -3
View File
@@ -702,11 +702,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":