File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,12 @@ def main():
88
88
" title = self.get_attribute(\" #comic img\" , \" title\" )" )
89
89
data .append (
90
90
" self.assert_true(\" 86,400 seconds per day\" in title)" )
91
- data .append (' self.click("link=Blag ")' )
91
+ data .append (' self.click("link=Store ")' )
92
92
data .append (
93
- ' self.assert_text("The blag of the webcomic", "h2")' )
94
- data .append (' self.update_text("input#s", "Robots!\\ n")' )
95
- data .append (' self.assert_text("Hooray robots!", "#content")' )
93
+ " self.assert_element('[alt=\" The xkcd store\" ]')" )
94
+ data .append (
95
+ ' self.update_text("input.search-input", "xkcd book\\ n")' )
96
+ data .append (' self.assert_text("xkcd: volume 0", "h3")' )
96
97
data .append (' self.open("https://xkcd.com/1319/")' )
97
98
data .append (' self.assert_exact_text("Automation", "#ctitle")' )
98
99
data .append ("" )
You can’t perform that action at this time.
0 commit comments