(self)
| 4 | |
| 5 | class BrokenLinkTests(BaseCase): |
| 6 | def test_link_checking(self): |
| 7 | self.goto("https://seleniumbase.io/other/broken_page.html") |
| 8 | print("\n(This test should fail)") |
| 9 | self.assert_no_404_errors() |
nothing calls this directly
no test coverage detected