Skip to content

Commit

Permalink
Update TOTP field locator (#1312)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2235f4a)
  • Loading branch information
lhellebr authored and web-flow committed Apr 9, 2024
1 parent b140b9f commit 3a244cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/rhsso_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def is_displayed(self):


class RhssoTotpView(View, ClickableMixin):
totp = TextInput(id='totp')
totp = TextInput(id='otp')
submit = Text('//input[@name="login"]')

@property
Expand Down

0 comments on commit 3a244cd

Please sign in to comment.