mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix ui linux tests getting the wrong id of the totp button
This commit is contained in:
parent
8d900437f6
commit
2197f72be4
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue