Skip to content

Commit 00ebb71

Browse files
committed
[py] Fix PyTest configuration for WPEWebKit
1 parent ae2caf2 commit 00ebb71

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
@@ -160,7 +160,7 @@ def fin():
160160
options = get_options(driver_class, request.config)
161161
if driver_class == "WebKitGTK":
162162
options = get_options(driver_class, request.config)
163-
if driver_class.lower() == "WPEWebKit":
163+
if driver_class == "WPEWebKit":
164164
options = get_options(driver_class, request.config)
165165
if driver_class == "Remote":
166166
options = get_options("Firefox", request.config) or webdriver.FirefoxOptions()

0 commit comments

Comments
 (0)