diff --git a/needles/kde/apps/ksysguard_runs.json b/needles/kde/apps/ksysguard_runs.json deleted file mode 100644 index 977e38bf..00000000 --- a/needles/kde/apps/ksysguard_runs.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "ksysguard_runs" - ], - "area": [ - { - "xpos": 349, - "ypos": 9, - "width": 107, - "height": 14, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/kde/apps/ksysguard_runs.png b/needles/kde/apps/ksysguard_runs.png deleted file mode 100644 index b73eb53d..00000000 Binary files a/needles/kde/apps/ksysguard_runs.png and /dev/null differ diff --git a/needles/kde/apps/systemmonitor_runs-20210306.json b/needles/kde/apps/systemmonitor_runs-20210306.json new file mode 100644 index 00000000..f7c6ad71 --- /dev/null +++ b/needles/kde/apps/systemmonitor_runs-20210306.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "xpos": 188, + "ypos": 285, + "width": 156, + "height": 20, + "type": "match" + } + ], + "properties": [], + "tags": [ + "systemmonitor_runs" + ] +} \ No newline at end of file diff --git a/needles/kde/apps/systemmonitor_runs-20210306.png b/needles/kde/apps/systemmonitor_runs-20210306.png new file mode 100644 index 00000000..73dd1117 Binary files /dev/null and b/needles/kde/apps/systemmonitor_runs-20210306.png differ diff --git a/tests/apps_startstop/kde/ksysguard.pm b/tests/apps_startstop/kde/plasmasystemmonitor.pm similarity index 68% rename from tests/apps_startstop/kde/ksysguard.pm rename to tests/apps_startstop/kde/plasmasystemmonitor.pm index fd25ee00..2dba4663 100644 --- a/tests/apps_startstop/kde/ksysguard.pm +++ b/tests/apps_startstop/kde/plasmasystemmonitor.pm @@ -3,15 +3,14 @@ use strict; use testapi; use utils; -# This test checks that System monitor starts. +# This test checks that Plasma system monitor starts. sub run { my $self = shift; - # Start the application - menu_launch_type 'ksysguard'; + menu_launch_type 'system monitor'; # Check that it is started - assert_screen 'ksysguard_runs'; + assert_screen 'systemmonitor_runs'; # Close the application quit_with_shortcut(); }