Skip to content

Commit

Permalink
Fix selenium selector for signout modal
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 13, 2023
1 parent 88e24e1 commit 298637d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ change_user_address:

sign_out:
selectors:
cancel_button: '.modal-footer .buttons #button-0'
sign_out_button: '.modal-footer .buttons #button-1'
cancel_button: '.modal-footer .btn-secondary'
sign_out_button: '.modal-footer .btn-primary'

dataset_details:
selectors:
Expand Down

0 comments on commit 298637d

Please sign in to comment.