mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Drop kmousetool from KDE app start/stop, it was removed
See https://pagure.io/fedora-comps/c/52aadae Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
03cc0473ee
commit
20051de382
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 266,
|
||||
"width": 78,
|
||||
"ypos": 8,
|
||||
"type": "match",
|
||||
"height": 15
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kmousetool_runs"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
@ -1,26 +0,0 @@
|
||||
use base "installedtest";
|
||||
use strict;
|
||||
use testapi;
|
||||
use utils;
|
||||
|
||||
# This test checks that KMouseTool starts.
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
|
||||
# Start the application
|
||||
menu_launch_type 'kmousetool';
|
||||
# Check that it is started
|
||||
assert_screen 'kmousetool_runs', timeout => 60;
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
1;
|
||||
|
||||
# vim: set sw=4 et:
|
Loading…
Reference in New Issue
Block a user