Skip to content

Commit f88fda8

Browse files
committed
fix: Series.Creation.Logic-Admin.Create series by filling all fields
1 parent 69e155d commit f88fda8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/test/robotframework/series/creation/logic-admin.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ Create series by filling all fields
6969

7070
*** Keywords ***
7171
Before Test Suite
72-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
73-
Log In As login=admin password=test
72+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
73+
Set Window Size width=1024 height=768
74+
Log In As login=admin password=test
7475

7576
Before Test
7677
Go To ${SITE_URL}/series/add

0 commit comments

Comments
 (0)