We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c1897 commit 56c27e5Copy full SHA for 56c27e5
atest/acceptance/windows.robot
@@ -60,10 +60,10 @@ Get and Set Window Size
60
61
Set Window Size using strings
62
[Tags] Known Issue Internet Explorer Known Issue Safari
63
- Set Window Size 456 654
+ Set Window Size 600 800
64
${width} ${height}= Get Window Size
65
- Should Be Equal ${width} ${456}
66
- Should Be Equal ${height} ${654}
+ Should Be Equal ${width} ${600}
+ Should Be Equal ${height} ${800}
67
68
Get and Set Window Position
69
[Tags] Known Issue Chrome Known Issue Safari
0 commit comments