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 72718dc commit 6bcf987Copy full SHA for 6bcf987
examples/test_mfa_login.py
@@ -8,5 +8,6 @@ def test_mfa_login(self):
8
self.type("#password", "secret_pass")
9
self.enter_mfa_code("#totpcode", "GAXG2MTEOR3DMMDG")
10
self.highlight("img#image1")
11
+ self.click('a:contains("This Page")')
12
self.assert_text("Welcome!", "h1")
13
self.save_screenshot_to_logs()
0 commit comments