From 6656f1659d05baa03f50d2729898f4a8dc5a8f27 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 25 2019 21:01:39 +0000 Subject: apps_activities is a dupe with overview_app_grid, kill it Signed-off-by: Adam Williamson --- diff --git a/lib/utils.pm b/lib/utils.pm index 6d67aa9..534c808 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -706,7 +706,7 @@ sub start_with_launcher { wait_still_screen 5; # Click on the menu icon to come into the menus - assert_and_click 'apps_activities'; + assert_and_click 'overview_app_grid'; wait_still_screen 5; # Find the application launcher in the current menu page. diff --git a/needles/gnome/apps/apps_activities.json b/needles/gnome/apps/apps_activities.json deleted file mode 100644 index 19903c4..0000000 --- a/needles/gnome/apps/apps_activities.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "apps_activities" - ], - "area": [ - { - "xpos": 22, - "ypos": 612, - "width": 52, - "height": 54, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_activities.png b/needles/gnome/apps/apps_activities.png deleted file mode 100644 index d301d76..0000000 Binary files a/needles/gnome/apps/apps_activities.png and /dev/null differ