We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3775b7a commit 2363e43Copy full SHA for 2363e43
examples/my_first_test.py
@@ -9,11 +9,10 @@ def test_basic(self):
9
self.click('a[rel="license"]')
10
text = self.wait_for_element_visible('center').text
11
self.assertTrue("reuse any of my drawings" in text)
12
- self.assertTrue("You can use them freely" in text)
13
self.open("http://xkcd.com/1481/")
14
self.click_link_text('Blag')
15
- self.wait_for_text_visible("blag of the webcomic", "#site-description")
16
- self.update_text_value("input#s", "Robots!\n")
+ self.wait_for_text_visible("The blag", "header h2")
+ self.update_text("input#s", "Robots!\n")
17
self.wait_for_text_visible("Hooray robots!", "#content")
18
self.open("http://xkcd.com/1319/")
19
self.wait_for_text_visible("Automation", "div#ctitle")
0 commit comments