mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Prevent the Konqueror test from running on F32 and later.
This commit is contained in:
parent
a54f020118
commit
00b756f0e2
@ -7,13 +7,15 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
my $version = get_var("VERSION");
|
||||||
# Start the application
|
if ($version < 32) || ($version ne "Rawhide") {
|
||||||
menu_launch_type 'konqueror';
|
# Start the application
|
||||||
# Check that it is started
|
menu_launch_type 'konqueror';
|
||||||
assert_screen 'konqueror_runs';
|
# Check that it is started
|
||||||
# Close the application
|
assert_screen 'konqueror_runs';
|
||||||
quit_with_shortcut();
|
# Close the application
|
||||||
|
quit_with_shortcut();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user