diff --git a/needles/gnome/apps/apps_menu_screenshot-20200316.json b/needles/gnome/apps/apps_menu_screenshot-20200316.json deleted file mode 100644 index 869c3c18..00000000 --- a/needles/gnome/apps/apps_menu_screenshot-20200316.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "apps_menu_screenshot" - ], - "area": [ - { - "xpos": 203, - "ypos": 582, - "width": 51, - "height": 32, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_menu_screenshot-20200316.png b/needles/gnome/apps/apps_menu_screenshot-20200316.png deleted file mode 100644 index 25e97da6..00000000 Binary files a/needles/gnome/apps/apps_menu_screenshot-20200316.png and /dev/null differ diff --git a/needles/gnome/apps/apps_run_screenshot-20200618.json b/needles/gnome/apps/apps_run_screenshot-20200618.json deleted file mode 100644 index 770955c4..00000000 --- a/needles/gnome/apps/apps_run_screenshot-20200618.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 54, - "type": "match", - "xpos": 123, - "height": 21, - "width": 115 - } - ], - "properties": [], - "tags": [ - "apps_run_screenshot" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_run_screenshot-20200618.png b/needles/gnome/apps/apps_run_screenshot-20200618.png deleted file mode 100644 index 24af23c5..00000000 Binary files a/needles/gnome/apps/apps_run_screenshot-20200618.png and /dev/null differ diff --git a/tests/apps_startstop/gnome/screenshot.pm b/tests/apps_startstop/gnome/screenshot.pm deleted file mode 100644 index 605f95d8..00000000 --- a/tests/apps_startstop/gnome/screenshot.pm +++ /dev/null @@ -1,28 +0,0 @@ -use base "installedtest"; -use strict; -use testapi; -use utils; - -# This test checks that Screenshot starts. - -sub run { - my $self = shift; - - # Start the application - start_with_launcher('apps_menu_screenshot', 'apps_menu_utilities'); - # Check that is started - assert_screen 'apps_run_screenshot'; - # Register application - register_application("gnome-screenshot"); - # Close the application - quit_with_shortcut(); - -} - -sub test_flags { - return {always_rollback => 1}; -} - -1; - -# vim: set sw=4 et: