mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
Revert "Prevent the Konqueror test from running on F32 and later."
This reverts commit 00b756f0e2
.
Unfortunately, I made a typo in the script and the fix did not
work. I do not want to rebase the master (in order not to break
things for everyone) so I am reverting again.
Sorry.
This commit is contained in:
parent
00b756f0e2
commit
29f9da9331
@ -7,15 +7,13 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $version = get_var("VERSION");
|
|
||||||
if ($version < 32) || ($version ne "Rawhide") {
|
|
||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'konqueror';
|
menu_launch_type 'konqueror';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'konqueror_runs';
|
assert_screen 'konqueror_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user