File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- name : Run Selenium ${{ env.BROWSER }} tests with py${{ matrix.python-version }}
50
50
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
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ def chrome_options(request):
70
70
options .add_argument ("--hide-scrollbars" )
71
71
options .add_argument ("--disable-dev-shm-usage" )
72
72
options .add_experimental_option ("excludeSwitches" , ["enable-automation" ])
73
- options .add_experimental_option ("useAutomationExtension" , False )
74
73
options .set_capability ('goog:loggingPrefs' , {'performance' : 'ALL' })
75
74
return options
76
75
You can’t perform that action at this time.
0 commit comments