We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428c0bf commit 191bf57Copy full SHA for 191bf57
tests/01/todo/todo.robot
@@ -7,7 +7,7 @@ Test Teardown Close Context
7
Suite Teardown Close Browser
8
9
*** Variables ***
10
-${BROWSER} chromium
+${BROWSER} firefox
11
${HEADLESS} True
12
13
*** Test Cases ***
@@ -53,4 +53,4 @@ Open ToDos should show "${text}"
53
Get Text span.todo-count == ${text}
54
55
I Mark ToDo "${todo}"
56
- Click "${todo}" >> .. >> input.toggle
+ Click "${todo}" >> .. >> input.toggle
0 commit comments