From 216d6dc731f2b83621206f62119d9b904e1a7046 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 12 Sep 2024 13:59:43 +0200 Subject: [PATCH] Do not expect the GUI changes after clicking on PIN input --- Graphical/local-user-lock-on-removal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphical/local-user-lock-on-removal.py b/Graphical/local-user-lock-on-removal.py index ed2a152..fca318a 100644 --- a/Graphical/local-user-lock-on-removal.py +++ b/Graphical/local-user-lock-on-removal.py @@ -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