1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Convert ksysguard test to Plasma system monitor test

These were switched out in comps recently.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-05 16:20:40 -08:00
parent f6fa89f2cf
commit 8b5ef3ede1
3 changed files with 3 additions and 19 deletions

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"ksysguard_runs"
],
"area": [
{
"xpos": 349,
"ypos": 9,
"width": 107,
"height": 14,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

View File

@ -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();
}