mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Compare commits
4 Commits
c0fab57f18
...
5f1a8eb355
Author | SHA1 | Date | |
---|---|---|---|
|
5f1a8eb355 | ||
|
d761df56b2 | ||
|
b4910cee94 | ||
|
d194b9d2af |
@ -30,8 +30,14 @@ sub select_disks {
|
||||
# Anaconda hub
|
||||
assert_screen "anaconda_main_hub", 300;
|
||||
# Damn animation delay can cause bad clicks here too - wait for it
|
||||
sleep 1;
|
||||
wait_still_screen 3;
|
||||
assert_and_click "anaconda_main_hub_install_destination";
|
||||
# it seems that sometimes the first click doesn't work with wayland
|
||||
# on anaconda. we can't reproduce this manually, so work around it
|
||||
# by just clicking again, this is safe even if the first click
|
||||
# *did* work
|
||||
sleep 1;
|
||||
click_lastmatch;
|
||||
|
||||
# this is awkward, but on the install_repository_hd_variation test,
|
||||
# we have two disks but in F39 and F40 anaconda knows we're using
|
||||
|
@ -474,8 +474,8 @@ sub get_workarounds {
|
||||
my $version = shift || get_var("VERSION");
|
||||
my %workarounds = (
|
||||
"39" => [],
|
||||
"40" => [],
|
||||
"41" => ["FEDORA-2024-04f83605fa"],
|
||||
"40" => ["FEDORA-2024-8ef1271562"],
|
||||
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"],
|
||||
"42" => [],
|
||||
"eln" => [],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user