Skip to content

Commit a622b07

Browse files
authored
Merge branch 'trunk' into py-xwayland-firefox-tests
2 parents 9820d83 + ecb0dbf commit a622b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def fin():
163163
options = get_options(driver_class, request.config)
164164
if driver_class == "WebKitGTK":
165165
options = get_options(driver_class, request.config)
166-
if driver_class.lower() == "WPEWebKit":
166+
if driver_class == "WPEWebKit":
167167
options = get_options(driver_class, request.config)
168168
if driver_class == "Remote":
169169
options = get_options("Firefox", request.config) or webdriver.FirefoxOptions()

0 commit comments

Comments
 (0)