Skip to content

Commit 0c58ca2

Browse files
committed
Switched back to the chrome driver
1 parent 3337873 commit 0c58ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
WAIT_SECONDS = int(getenv("WAIT_SECONDS", "30"))
99
BASE_URL = getenv("BASE_URL", "http://localhost:8080")
10-
DRIVER = getenv("DRIVER", "firefox").lower()
10+
DRIVER = getenv("DRIVER", "chrome").lower()
1111

1212

1313
def before_all(context):

features/pets.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Scenario: Create a Pet
2222
And I set the "Category" to "Hippo"
2323
And I select "False" in the "Available" dropdown
2424
And I select "Male" in the "Gender" dropdown
25-
And I set the "Birthday" to "2022-06-16"
25+
And I set the "Birthday" to "06-16-2022"
2626
And I press the "Create" button
2727
Then I should see the message "Success"
2828
When I copy the "Id" field

0 commit comments

Comments
 (0)