Skip to content

Commit

Permalink
Click close button to close opensuse welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
openQA web UI committed Oct 30, 2024
1 parent 6fa21c5 commit d95f5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/x11utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use testapi;
use version_utils qw(is_sle is_leap is_plasma6);
use utils 'assert_and_click_until_screen_change';
use Utils::Architectures;
use Utils::Backends qw(is_pvm is_qemu);
use Utils::Backends qw(is_pvm is_qemu is_aarch64);

our @EXPORT = qw(
desktop_runner_hotkey
Expand Down Expand Up @@ -553,6 +553,7 @@ sub untick_welcome_on_next_startup {
last if match_has_tag("opensuse-welcome-show-on-boot-unselected");
die "Unable to untick 'Show on next startup'" if $retry == 5;
}
assert_and_click_until_screen_change('opensuse-welcome-close', 5, 5) if is_aarch64;
for my $retry (1 .. 5) {
send_key 'alt-f4';
last if check_screen("generic-desktop", timeout => 5);
Expand Down

0 comments on commit d95f5ce

Please sign in to comment.