Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ test_xfail
Method
test_xfail
examples/test_xfail.py:11–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9
class
XFailTests(BaseCase):
10
@pytest.mark.xfail
11
def
test_xfail(self):
12
self.goto(
"https://xkcd.com/376/"
)
13
self.sleep(1)
# Time to read the comic
14
self.fail(
"There is a known bug here!"
)
Callers
nothing calls this directly
Calls
3
fail
Method · 0.80
goto
Method · 0.45
sleep
Method · 0.45
Tested by
no test coverage detected