diff --git a/needles/kde/apps/dnfdragora_runs-20220112.json b/needles/kde/apps/dnfdragora_runs-20220112.json deleted file mode 100644 index 593a406a..00000000 --- a/needles/kde/apps/dnfdragora_runs-20220112.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "ypos": 9, - "type": "match", - "height": 14, - "xpos": 440, - "width": 71 - } - ], - "properties": [], - "tags": [ - "dnfdragora_runs" - ] -} \ No newline at end of file diff --git a/needles/kde/apps/dnfdragora_runs-20220112.png b/needles/kde/apps/dnfdragora_runs-20220112.png deleted file mode 100644 index 228016fe..00000000 Binary files a/needles/kde/apps/dnfdragora_runs-20220112.png and /dev/null differ diff --git a/tests/apps_startstop/kde/dnfdragora.pm b/tests/apps_startstop/kde/dnfdragora.pm deleted file mode 100644 index ed0578a0..00000000 --- a/tests/apps_startstop/kde/dnfdragora.pm +++ /dev/null @@ -1,28 +0,0 @@ -use base "installedtest"; -use strict; -use testapi; -use utils; - -# This test checks that DNFDragora starts. - -sub run { - my $self = shift; - - # Start the application - menu_launch_type 'dnfdragora'; - # Check that it is started - assert_screen 'dnfdragora_runs', timeout => 60; - sleep 60; - wait_still_screen 5; - # Close the application - quit_with_shortcut(); -} - -sub test_flags { - return {always_rollback => 1}; -} - - -1; - -# vim: set sw=4 et: