From 3a244cd4da94a0f3c21df819104875360a2bc396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hellebrandt?= Date: Tue, 9 Apr 2024 13:16:50 +0200 Subject: [PATCH] Update TOTP field locator (#1312) (cherry picked from commit 2235f4a0e74735f1d1868abd6e66aa511fc250bc) --- 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