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:
Adam Williamson 2023-11-30 12:12:09 -08:00
parent 683234d7a5
commit af73a24f50
1 changed files with 0 additions and 25 deletions

View File

@ -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: