mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-03 08:03:14 +00:00
Delete tests for non-existing menu items.
This commit is contained in:
parent
c9a25cb2a6
commit
426b3447da
@ -1,26 +0,0 @@
|
|||||||
use base "installedtest";
|
|
||||||
use strict;
|
|
||||||
use testapi;
|
|
||||||
use utils;
|
|
||||||
|
|
||||||
# This test checks that Network Connections starts.
|
|
||||||
|
|
||||||
sub run {
|
|
||||||
my $self = shift;
|
|
||||||
|
|
||||||
# Start the application
|
|
||||||
start_with_launcher('netcon_launch','menu_applications','menu_settings');
|
|
||||||
# Check that it is started
|
|
||||||
assert_screen 'netcon_runs';
|
|
||||||
# Close the application
|
|
||||||
quit_with_shortcut();
|
|
||||||
}
|
|
||||||
|
|
||||||
sub test_flags {
|
|
||||||
return {always_rollback => 1};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
1;
|
|
||||||
|
|
||||||
# vim: set sw=4 et:
|
|
@ -1,29 +0,0 @@
|
|||||||
use base "installedtest";
|
|
||||||
use strict;
|
|
||||||
use testapi;
|
|
||||||
use utils;
|
|
||||||
|
|
||||||
# This test checks that User handling app starts.
|
|
||||||
|
|
||||||
sub run {
|
|
||||||
my $self = shift;
|
|
||||||
|
|
||||||
# Start the application
|
|
||||||
start_with_launcher('users_launch', 'menu_applications','menu_administration');
|
|
||||||
# The application requires password to be entered and confirmed to start.
|
|
||||||
type_very_safely(get_var('ROOT_PASSWORD','weakpassword'));
|
|
||||||
send_key 'ret';
|
|
||||||
# Check that it is started
|
|
||||||
assert_screen 'users_runs';
|
|
||||||
# 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