Skip to content

Commit 0051bfd

Browse files
committed
fixup! test: mark htmx-related tests as critical
1 parent 8267a4d commit 0051bfd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

6060
*** Keywords ***
6161
Before Test Suite
62-
Open Browser ${SITE_URL}/account/auth ${BROWSER}
63-
Log In As login=coder password=test
62+
Open Browser ${SITE_URL}/account/auth ${BROWSER}
63+
Set Window Size width=1024 height=768
64+
Log In As login=coder password=test
6465

6566
Before Test
6667
Go To ${SITE_URL}/series/add

0 commit comments

Comments
 (0)