mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +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:
parent
f6fa89f2cf
commit
8b5ef3ede1
@ -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 |
@ -3,15 +3,14 @@ use strict;
|
|||||||
use testapi;
|
use testapi;
|
||||||
use utils;
|
use utils;
|
||||||
|
|
||||||
# This test checks that System monitor starts.
|
# This test checks that Plasma system monitor starts.
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'ksysguard';
|
menu_launch_type 'system monitor';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'ksysguard_runs';
|
assert_screen 'systemmonitor_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user