Skip to content

Commit 6bcf987

Browse files
committed
Add a click() call to an example test
1 parent 72718dc commit 6bcf987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/test_mfa_login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ def test_mfa_login(self):
88
self.type("#password", "secret_pass")
99
self.enter_mfa_code("#totpcode", "GAXG2MTEOR3DMMDG")
1010
self.highlight("img#image1")
11+
self.click('a:contains("This Page")')
1112
self.assert_text("Welcome!", "h1")
1213
self.save_screenshot_to_logs()

0 commit comments

Comments
 (0)