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 b443338 commit 31b659cCopy full SHA for 31b659c
py/conftest.py
@@ -178,7 +178,7 @@ def fin():
178
# and doesn't seems to be stable enough, causing the flakiness of the
179
# subsequent tests.
180
# Remove this when BiDi implementation and API is stable.
181
- if bool(request.config.option.bidi):
+ if request.config.option.bidi:
182
183
def fin():
184
global driver_instance
0 commit comments