File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ def test_hack_search(self):
13
13
self .assert_element ('input[title="Search"]' )
14
14
self .set_attribute ('[action="/search"]' , "action" , "//bing.com/search" )
15
15
self .set_attributes ('[value="Google Search"]' , "value" , "Bing Search" )
16
- self .type ('input[title="Search"]' , "SeleniumBase GitHub" )
16
+ self .type ('input[title="Search"]' , "SeleniumBase GitHub.com" )
17
+ self .highlight ('[value="Bing Search"]' )
17
18
self .click ('[value="Bing Search"]' )
18
- self .assert_element ("h1.b_logo" )
19
+ self .highlight ("h1.b_logo" )
19
20
self .click ('[href*="github.com/seleniumbase/SeleniumBase"]' )
20
21
self .assert_element ('[href="/seleniumbase/SeleniumBase"]' )
21
22
self .assert_true ("seleniumbase/SeleniumBase" in self .get_current_url ())
You can’t perform that action at this time.
0 commit comments