We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322d014 commit efb607dCopy full SHA for efb607d
examples/test_docs_site.py
@@ -14,7 +14,7 @@ def test_docs(self):
14
self.assert_exact_text("Command Line Options", "h1")
15
self.js_click('a[href="../../examples/example_logs/ReadMe/"]')
16
self.assert_exact_text("Dashboard / Reports", "h1")
17
- self.js_click('a[href="../../../seleniumbase/console_scripts/ReadMe/"]')
+ self.js_click('[href="../../../seleniumbase/console_scripts/ReadMe/"]')
18
self.assert_exact_text("Console Scripts", "h1")
19
self.js_click('a[href="../../../help_docs/syntax_formats/"]')
20
self.assert_exact_text("Syntax Formats", "h1")
0 commit comments