Skip to content

Commit e382a57

Browse files
moggers87claudep
authored andcommitted
Exclude webdriver-manager 3.8.5 when installing e2e requirements
That version appears to break things
1 parent d7abfd7 commit e382a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements_e2e.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# test with selenium
22
selenium~=4.4.3
3-
webdriver-manager~=3.8.3
3+
webdriver-manager~=3.8.3,!=3.8.5

0 commit comments

Comments
 (0)