Update an example test

This commit is contained in:
Michael Mintz 2017-03-13 19:57:47 -04:00
parent 6bd1f72384
commit 010d25a7e9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class MasterQATests(MasterQA):
self.open("http://xkcd.com/1700/")
self.verify("Do you see a webcomic?")
self.click_link_text('Store')
self.click_link_text('all the things')
self.verify("Do you see items for sale?")
self.update_text("input.search-input", "Robots\n")
self.verify("Do you see robots in the search results?")