diff --git a/lib/utils.pm b/lib/utils.pm index 6d67aa9d..534c808c 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 19903c49..00000000 --- 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 d301d764..00000000 Binary files a/needles/gnome/apps/apps_activities.png and /dev/null differ