Skip to content

Commit bda85ee

Browse files
committed
fixup! test: run integration tests with Python instead of Jython
1 parent 0051bfd commit bda85ee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/test/robotframework/series/creation/validation-user.robot

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ Catalog price should reject invalid values
7070

7171
*** Keywords ***
7272
Before Test Suite
73-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
74-
Log In As login=coder password=test
75-
Go To ${SITE_URL}/series/add
73+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
74+
Set Window Size width=1024 height=768
75+
Log In As login=coder password=test
76+
Go To ${SITE_URL}/series/add
7677

7778
Invalid Catalog Numbers Should Be Rejected
7879
[Arguments] ${catalogNumbers}

0 commit comments

Comments
 (0)