diff --git a/needles/gnome/apps/loupe/loupe_about_credits-20240503.json b/needles/gnome/apps/loupe/loupe_about_credits-20240503.json deleted file mode 100644 index 5d32394c..00000000 --- a/needles/gnome/apps/loupe/loupe_about_credits-20240503.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "height": 21, - "type": "match", - "ypos": 610, - "xpos": 353, - "width": 57 - } - ], - "properties": [], - "tags": [ - "loupe_about_credits" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/loupe/loupe_about_credits-20240503.png b/needles/gnome/apps/loupe/loupe_about_credits-20240503.png deleted file mode 100644 index c1b8d9c6..00000000 Binary files a/needles/gnome/apps/loupe/loupe_about_credits-20240503.png and /dev/null differ diff --git a/needles/gnome/apps/loupe/loupe_about_credits.json b/needles/gnome/apps/loupe/loupe_about_credits.json deleted file mode 100644 index be4e4e18..00000000 --- a/needles/gnome/apps/loupe/loupe_about_credits.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 353, - "ypos": 610, - "width": 57, - "height": 21, - "type": "match" - } - ], - "properties": [], - "tags": [ - "loupe_about_credits" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/loupe/loupe_about_credits.png b/needles/gnome/apps/loupe/loupe_about_credits.png deleted file mode 100644 index 2abcaafc..00000000 Binary files a/needles/gnome/apps/loupe/loupe_about_credits.png and /dev/null differ diff --git a/tests/applications/loupe/about.pm b/tests/applications/loupe/about.pm index 7b1dd0b1..c2cb2403 100644 --- a/tests/applications/loupe/about.pm +++ b/tests/applications/loupe/about.pm @@ -14,7 +14,7 @@ sub run { assert_and_click("loupe_menu_about"); assert_screen("loupe_about_shown"); # Click on Credits - assert_and_click("loupe_about_credits"); + assert_and_click("gnome_selector_credits"); assert_screen("loupe_credits_shown"); }