File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ def test_apple_developer_site_webdriver_instructions(self):
8
8
self .demo_sleep = 0.5
9
9
self .message_duration = 2.0
10
10
self .open ("https://developer.apple.com/search/" )
11
- page = "Testing with WebDriver in Safari"
12
- self .update_text ('[placeholder*="developer.apple.com"]' , page + "\n " )
13
- self .click ("link=Testing with WebDriver in Safari" )
11
+ title = "Testing with WebDriver in Safari"
12
+ self .update_text ('[placeholder*="developer.apple.com"]' , title + "\n " )
13
+ self .click ("link=%s" % title )
14
14
self .assert_element ('[href="/documentation"]' )
15
- self .assert_text ("Testing with WebDriver in Safari" , "h1" )
15
+ self .assert_text (title , "h1" )
16
16
self .highlight ("div.topic-description p" )
17
17
self .highlight ("h2" )
18
18
h3 = "h3:nth-of-type(%s)"
You can’t perform that action at this time.
0 commit comments