Skip to content

Commit

Permalink
Fix ui linux tests getting the wrong id of the totp button
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jan 2, 2024
1 parent 8d90043 commit 2197f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ def access_page(
access_page(
driver,
driver_wait,
"//button[@id='profile-button' and @class='valid-btn']",
"//button[@id='totp-button' and @class='valid-btn']",
"profile",
)

Expand Down Expand Up @@ -1667,7 +1667,7 @@ def access_page(
access_page(
driver,
driver_wait,
"//button[@id='profile-button' and @class='delete-btn']",
"//button[@id='totp-button' and @class='delete-btn']",
"profile",
)

Expand Down

0 comments on commit 2197f72

Please sign in to comment.