Skip to content

Commit 56c27e5

Browse files
authored
Fix Set Windows Size being too small for Travis (#1192)
1 parent 16c1897 commit 56c27e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atest/acceptance/windows.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Get and Set Window Size
6060

6161
Set Window Size using strings
6262
[Tags] Known Issue Internet Explorer Known Issue Safari
63-
Set Window Size 456 654
63+
Set Window Size 600 800
6464
${width} ${height}= Get Window Size
65-
Should Be Equal ${width} ${456}
66-
Should Be Equal ${height} ${654}
65+
Should Be Equal ${width} ${600}
66+
Should Be Equal ${height} ${800}
6767

6868
Get and Set Window Position
6969
[Tags] Known Issue Chrome Known Issue Safari

0 commit comments

Comments
 (0)