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 9187625 commit 3c38af3Copy full SHA for 3c38af3
examples/test_apple_site.py
@@ -22,7 +22,7 @@ def test_apple_developer_site_webdriver_instructions(self):
22
self.click("link=%s" % title)
23
self.assert_element("nav.documentation-nav")
24
self.assert_text(title, "h1")
25
- self.highlight("div.description div.abstract")
+ self.assert_text("Enable WebDriver and run a test.", "div.abstract")
26
self.highlight("h2")
27
h3 = "h3:nth-of-type(%s)"
28
self.assert_text("Make Sure You Have Safari’s WebDriver", h3 % "1")
0 commit comments