Skip to content

Commit 191bf57

Browse files
authored
Use firefox instead of chromium
1 parent 428c0bf commit 191bf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/01/todo/todo.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Test Teardown Close Context
77
Suite Teardown Close Browser
88

99
*** Variables ***
10-
${BROWSER} chromium
10+
${BROWSER} firefox
1111
${HEADLESS} True
1212

1313
*** Test Cases ***
@@ -53,4 +53,4 @@ Open ToDos should show "${text}"
5353
Get Text span.todo-count == ${text}
5454

5555
I Mark ToDo "${todo}"
56-
Click "${todo}" >> .. >> input.toggle
56+
Click "${todo}" >> .. >> input.toggle

0 commit comments

Comments
 (0)