Skip to content

Commit

Permalink
Do not expect the GUI changes after clicking on PIN input
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje authored and GeorgePantelakis committed Sep 12, 2024
1 parent efde470 commit 216d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graphical/local-user-lock-on-removal.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_lock_on_removal(local_user, required):

card.insert()
# click on the password field
gui.click_on('PIN')
gui.click_on('PIN', check_difference=False)
gui.kb_write(local_user.pin)
gui.kb_send('enter', wait_time=20)
# confirm that you are logged back in
Expand Down

0 comments on commit 216d6dc

Please # to comment.