MCPcopy 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

9class 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

failMethod · 0.80
gotoMethod · 0.45
sleepMethod · 0.45

Tested by

no test coverage detected