Skip to content

Commit

Permalink
Merge pull request #379 from nirtal85/enable-bidi
Browse files Browse the repository at this point in the history
enable-bidi
  • Loading branch information
nirtal85 authored Jun 28, 2024
2 parents 56ac779 + aca3244 commit bdeb7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def pytest_runtest_setup(item: Item) -> None:
),
},
)
chrome_options.enable_bidi = True
chrome_options.add_argument("disable-dev-shm-usage")
chrome_options.add_argument("no-sandbox")
chrome_options.add_argument("allow-file-access-from-files")
Expand Down

0 comments on commit bdeb7c8

Please sign in to comment.