Skip to content

Commit

Permalink
Clear netid field before proceeding with the rest of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
goulter committed Aug 1, 2024
1 parent 18769a6 commit 1b9f7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_2fa_duo.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def test_forced_reauth_2fa(self):
sp = ServiceProviderInstance.diafine12
with self.utils.using_test_sp(sp):
self.browser.get(self.sp_shib_url(sp, append='mfaforce'))
self.browser.find_element(By.ID, "weblogin_netid").clear()
self.browser.send_inputs(self.netid, self.password)
self.browser.click(Locators.submit_button)
self.enter_duo_passcode(self.browser, match_service_provider=sp, is_this_your_device_screen=False)
Expand Down

0 comments on commit 1b9f7e2

Please sign in to comment.