File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2727 browser : ["firefox", "chrome", "edge"]
2828 headless : [true]
2929 exclude :
30- # Can't install firefox using setup-firefox on Windows
31- # See the issues below
32- # * https://github.com/browser-actions/setup-firefox/issues/252
33- # * https://github.com/abhi1693/setup-browser/issues/8
3430 - os : windows-latest
35- browser : " firefox "
31+ browser : " edge "
3632 # For now, the edge setup on linux amd64 is not working (07/2024)
3733 # See the issues below
3834 # * https://github.com/browser-actions/setup-edge/issues/386
Original file line number Diff line number Diff line change 44
55from PIL import Image , ImageFile
66from botcity .web import WebBot , By
7- from pytest import xfail
87
98
109def test_context (web : WebBot ):
11- if web .browser .lower () in 'edge' :
12- xfail (reason = f"Edge is getting stuck in the CI" )
13-
1410 with web :
1511 web .browse (conftest .INDEX_PAGE )
1612 assert web .driver
You can’t perform that action at this time.
0 commit comments