mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 06:43:08 +00:00
Drop dbusviewer from KDE apps start/stop test
khotkeys was removed from Plasma 6, and qdbusviewer was only on the live image because khotkeys recommended it, so now it's gone. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
683234d7a5
commit
af73a24f50
@ -1,25 +0,0 @@
|
||||
use base "installedtest";
|
||||
use strict;
|
||||
use testapi;
|
||||
use utils;
|
||||
|
||||
# This test checks that QtDbusViewer starts.
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
|
||||
menu_launch_type 'dbusviewer';
|
||||
# Check that it is started
|
||||
assert_screen 'dbusviewer_runs', timeout => 60;
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
return {always_rollback => 1};
|
||||
}
|
||||
|
||||
|
||||
1;
|
||||
|
||||
# vim: set sw=4 et:
|
Loading…
Reference in New Issue
Block a user