Update a test

This commit is contained in:
Michael Mintz 2020-04-21 02:41:00 -04:00
parent 63ca568004
commit 8d373c12e6
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class MyTestClass(BaseCase):
self.go_back()
self.click("link=About")
self.assert_text("xkcd.com", "h2")
self.open("https://store.xkcd.com/collections/everything")
self.open("://store.xkcd.com/collections/everything")
self.update_text("input.search-input", "xkcd book\n")
self.assert_exact_text("xkcd: volume 0", "h3")