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 cc56806 commit 4cf27f4Copy full SHA for 4cf27f4
examples/test_apple_site.py
@@ -19,7 +19,7 @@ def test_apple_developer_site_webdriver_instructions(self):
19
title = "Testing with WebDriver in Safari"
20
self.type('[placeholder*="developer.apple.com"]', title + "\n")
21
self.click("link=%s" % title)
22
- self.assert_element('div.localnav-content [href*="/documentation/"]')
+ self.assert_element('nav.documentation-nav')
23
self.assert_text(title, "h1")
24
self.highlight("div.description div.abstract")
25
self.highlight("h2")
0 commit comments