File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class MasterQATests(MasterQA):
6
6
def test_masterqa (self ):
7
7
self .open ("https://xkcd.com/1700/" )
8
8
self .verify ("Do you see a webcomic?" )
9
- self .highlight_click ( "link=Store " )
9
+ self .open ( "https://store.xkcd.com/collections/everything " )
10
10
self .highlight_click ('[title="things for walls"]' )
11
11
self .verify ('Do you see posters for sale?' )
12
12
self .highlight_update_text ("input.search-input" , "book\n " )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_xkcd(self):
16
16
self .verify ("Can you find the moon?" )
17
17
self .click ('a[rel="next"]' )
18
18
self .verify ("Do the drones look safe?" )
19
- self .click_link_text ( 'Store' )
19
+ self .open ( "https://store.xkcd.com/collections/everything" )
20
20
self .update_text ("input.search-input" , "book\n " )
21
21
self .verify ("Do you see books in the search results?" )
22
22
self .open ("https://xkcd.com/213/" )
You can’t perform that action at this time.
0 commit comments