diff --git a/needles/gnome/gnome_allow-20220517.json b/needles/gnome/gnome_allow-20220517.json deleted file mode 100644 index 894bfc70..00000000 --- a/needles/gnome/gnome_allow-20220517.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "area": [ - { - "height": 14, - "width": 43, - "type": "match", - "match": 92, - "ypos": 469, - "xpos": 613 - } - ], - "properties": [], - "tags": [ - "gnome_allow" - ] -} diff --git a/needles/gnome/gnome_allow-20220517.png b/needles/gnome/gnome_allow-20220517.png deleted file mode 100644 index c3243751..00000000 Binary files a/needles/gnome/gnome_allow-20220517.png and /dev/null differ diff --git a/needles/gnome/gnome_allow-20240217.json b/needles/gnome/grant_access-gnome-20240217.json similarity index 82% rename from needles/gnome/gnome_allow-20240217.json rename to needles/gnome/grant_access-gnome-20240217.json index 814cd041..2e2d844f 100644 --- a/needles/gnome/gnome_allow-20240217.json +++ b/needles/gnome/grant_access-gnome-20240217.json @@ -10,6 +10,6 @@ ], "properties": [], "tags": [ - "gnome_allow" + "grant_access" ] -} \ No newline at end of file +} diff --git a/needles/gnome/gnome_allow-20240217.png b/needles/gnome/grant_access-gnome-20240217.png similarity index 100% rename from needles/gnome/gnome_allow-20240217.png rename to needles/gnome/grant_access-gnome-20240217.png diff --git a/tests/_vnc_client_connect.pm b/tests/_vnc_client_connect.pm index cac47efc..1ce73c6c 100644 --- a/tests/_vnc_client_connect.pm +++ b/tests/_vnc_client_connect.pm @@ -15,7 +15,7 @@ sub run { assert_and_click('vinagre_enable_shortcuts'); sleep 2; } - assert_and_click('gnome_allow'); + assert_and_click('grant_access'); assert_and_click('vinagre_fullscreen'); } diff --git a/tests/apps_startstop/gnome/camera.pm b/tests/apps_startstop/gnome/camera.pm index 161c9036..d0bb04c4 100644 --- a/tests/apps_startstop/gnome/camera.pm +++ b/tests/apps_startstop/gnome/camera.pm @@ -13,8 +13,8 @@ sub run { # Start the application start_with_launcher('apps_menu_camera'); # Check that is started or we see the camera access dialog - assert_screen ['apps_run_camera', 'gnome_allow']; - if (match_has_tag 'gnome_allow') { + assert_screen ['apps_run_camera', 'grant_access']; + if (match_has_tag 'grant_access') { click_lastmatch; assert_screen 'apps_run_camera'; }