diff --git a/needles/kde/apps/netcon_runs-noto-20210408.json b/needles/kde/apps/netcon_runs-noto-20210408.json deleted file mode 100644 index 93190059..00000000 --- a/needles/kde/apps/netcon_runs-noto-20210408.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "height": 17, - "xpos": 362, - "width": 80, - "ypos": 7 - } - ], - "properties": [], - "tags": [ - "netcon_runs" - ] -} \ No newline at end of file diff --git a/needles/kde/apps/netcon_runs-noto-20210408.png b/needles/kde/apps/netcon_runs-noto-20210408.png deleted file mode 100644 index ede2ce34..00000000 Binary files a/needles/kde/apps/netcon_runs-noto-20210408.png and /dev/null differ diff --git a/tests/apps_startstop/kde/netcon.pm b/tests/apps_startstop/kde/netcon.pm deleted file mode 100644 index b7e30a1a..00000000 --- a/tests/apps_startstop/kde/netcon.pm +++ /dev/null @@ -1,26 +0,0 @@ -use base "installedtest"; -use strict; -use testapi; -use utils; - -# This test checks that Network connections starts. - -sub run { - my $self = shift; - - # Start the application - menu_launch_type 'network configuration'; - # Check that it is started - assert_screen 'netcon_runs'; - # Close the application - quit_with_shortcut(); -} - -sub test_flags { - return {always_rollback => 1}; -} - - -1; - -# vim: set sw=4 et: