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 580c866 commit e0acbbdCopy full SHA for e0acbbd
examples/my_first_test.py
@@ -6,6 +6,7 @@ class MyTestClass(BaseCase):
6
def test_basic(self):
7
self.open("https://xkcd.com/353/")
8
self.assert_element('img[alt="Python"]')
9
+ self.assert_title("xkcd: Python")
10
self.click('a[rel="license"]')
11
self.assert_text("free to copy and reuse")
12
self.go_back()
integrations/node_js/my_first_test.py
0 commit comments