diff --git a/needles/kde/apps/disks_runs.json b/needles/kde/apps/infocenter_smart_status_shown.json similarity index 81% rename from needles/kde/apps/disks_runs.json rename to needles/kde/apps/infocenter_smart_status_shown.json index f22205c8..c081e295 100644 --- a/needles/kde/apps/disks_runs.json +++ b/needles/kde/apps/infocenter_smart_status_shown.json @@ -1,7 +1,7 @@ { "properties": [], "tags": [ - "disks_runs" + "infocenter_smart_status_shown" ], "area": [ { @@ -12,4 +12,4 @@ "type": "match" } ] -} \ No newline at end of file +} diff --git a/needles/kde/apps/disks_runs.png b/needles/kde/apps/infocenter_smart_status_shown.png similarity index 100% rename from needles/kde/apps/disks_runs.png rename to needles/kde/apps/infocenter_smart_status_shown.png diff --git a/tests/apps_startstop/kde/disks.pm b/tests/apps_startstop/kde/disks.pm deleted file mode 100644 index 21cf19e3..00000000 --- a/tests/apps_startstop/kde/disks.pm +++ /dev/null @@ -1,26 +0,0 @@ -use base "installedtest"; -use strict; -use testapi; -use utils; - -# This test checks that Disks starts. - -sub run { - my $self = shift; - - # Start the application - menu_launch_type 'disks'; - # Check that it is started - assert_screen 'disks_runs'; - # Close the application - quit_with_shortcut(); -} - -sub test_flags { - return {always_rollback => 1}; -} - - -1; - -# vim: set sw=4 et: diff --git a/tests/apps_startstop/kde/infocenter.pm b/tests/apps_startstop/kde/infocenter.pm index 5b14cc23..a1eebbfb 100644 --- a/tests/apps_startstop/kde/infocenter.pm +++ b/tests/apps_startstop/kde/infocenter.pm @@ -19,7 +19,7 @@ sub run { # If the disks module is present, open it assert_and_click "infocenter_smart_status"; # Check that a correct screen is displayed. - assert_screen "disks_runs"; + assert_screen "infocenter_smart_status_shown"; # Close the application quit_with_shortcut(); }