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 9ecd0c4 commit efebe49Copy full SHA for efebe49
examples/test_apple_site.py
@@ -23,8 +23,8 @@ def test_apple_developer_site_webdriver_instructions(self):
23
self.assert_element("nav.documentation-nav")
24
self.assert_text(title, "h1")
25
self.assert_text("Enable WebDriver and run a test.", "div.abstract")
26
- self.highlight("h2")
27
- h3 = "h3:nth-of-type(%s)"
+ self.highlight("div.content h2")
+ h3 = "div.content h3:nth-of-type(%s)"
28
self.assert_text("Make Sure You Have Safari’s WebDriver", h3 % "1")
29
self.assert_text("Get the Correct Selenium Library", h3 % "2")
30
self.assert_text("Configure Safari to Enable WebDriver", h3 % "3")
0 commit comments