From 2b85b176829f653624cbbc52d3d592aebdcc9769 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:29:29 -0400 Subject: [PATCH] Update TOTP field locator (#1312) (#1323) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2235f4a0e74735f1d1868abd6e66aa511fc250bc) Co-authored-by: Lukáš Hellebrandt --- airgun/views/rhsso_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgun/views/rhsso_login.py b/airgun/views/rhsso_login.py index 5a82bf49f..2284af6af 100644 --- a/airgun/views/rhsso_login.py +++ b/airgun/views/rhsso_login.py @@ -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