(sb: BaseCase)
| 4 | |
| 5 | # "sb" pytest fixture test in a method with no class |
| 6 | def test_sb_fixture_with_no_class(sb: BaseCase): |
| 7 | sb.goto("seleniumbase.io/help_docs/install/") |
| 8 | sb.type('input[aria-label="Search"]', "GUI Commander") |
| 9 | sb.click('mark:contains("Commander")') |
| 10 | sb.assert_title_contains("GUI / Commander") |
| 11 | |
| 12 | |
| 13 | # "sb" pytest fixture test in a method inside a class |
nothing calls this directly
no test coverage detected
searching dependent graphs…