Skip to content

Commit 3879607

Browse files
Reruns added for selenium tests
1 parent 1c7c533 commit 3879607

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/selenium_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
4949
- name: Run Selenium ${{ env.BROWSER }} tests with py${{ matrix.python-version }}
5050
run: |
51-
tox -e py${{ env.TOX_ENV }}-selenium-${{ env.BROWSER }} -- --env remote --headless -v
51+
tox -e py${{ env.TOX_ENV }}-selenium-${{ env.BROWSER }} -- --env remote --headless -v --reruns=2

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def chrome_options(request):
7070
options.add_argument("--hide-scrollbars")
7171
options.add_argument("--disable-dev-shm-usage")
7272
options.add_experimental_option("excludeSwitches", ["enable-automation"])
73-
options.add_experimental_option("useAutomationExtension", False)
7473
options.set_capability('goog:loggingPrefs', {'performance': 'ALL'})
7574
return options
7675

0 commit comments

Comments
 (0)