Skip to content

Commit 3c38af3

Browse files
committed
Update an example
1 parent 9187625 commit 3c38af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_apple_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_apple_developer_site_webdriver_instructions(self):
2222
self.click("link=%s" % title)
2323
self.assert_element("nav.documentation-nav")
2424
self.assert_text(title, "h1")
25-
self.highlight("div.description div.abstract")
25+
self.assert_text("Enable WebDriver and run a test.", "div.abstract")
2626
self.highlight("h2")
2727
h3 = "h3:nth-of-type(%s)"
2828
self.assert_text("Make Sure You Have Safari’s WebDriver", h3 % "1")

0 commit comments

Comments
 (0)