Fix ui linux tests getting the wrong id of the totp button

This commit is contained in:
Théophile Diot 2024-01-02 16:47:21 +00:00
parent 8d900437f6
commit 2197f72be4
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -1588,7 +1588,7 @@ location /hello {
access_page(
driver,
driver_wait,
"//button[@id='profile-button' and @class='valid-btn']",
"//button[@id='totp-button' and @class='valid-btn']",
"profile",
)
@ -1667,7 +1667,7 @@ location /hello {
access_page(
driver,
driver_wait,
"//button[@id='profile-button' and @class='delete-btn']",
"//button[@id='totp-button' and @class='delete-btn']",
"profile",
)