We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e155d commit f88fda8Copy full SHA for f88fda8
1 file changed
src/test/robotframework/series/creation/logic-admin.robot
@@ -69,8 +69,9 @@ Create series by filling all fields
69
70
*** Keywords ***
71
Before Test Suite
72
- Open Browser ${SITE_URL}/account/auth ${BROWSER}
73
- Log In As login=admin password=test
+ Open Browser ${SITE_URL}/account/auth ${BROWSER}
+ Set Window Size width=1024 height=768
74
+ Log In As login=admin password=test
75
76
Before Test
77
Go To ${SITE_URL}/series/add
0 commit comments