Update the example test suite

This commit is contained in:
Michael Mintz 2016-05-08 17:48:50 -04:00
parent 4f982074b8
commit 09506e7ae8
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class MyTestSuite(BaseCase):
def test_1(self):
self.open("http://xkcd.com/1663/")
self.find_text("Garden", "div#ctitle", timeout=3)
for p in xrange(4):
self.click('a[rel="next"]')
self.find_text("Algorithms", "div#ctitle", timeout=3)