mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Compare commits
No commits in common. "5f1a8eb355eac08e2b467e6d5a1c1afcd56a8ada" and "c0fab57f18e58a9818e4929c27e2773fda2cb62e" have entirely different histories.
5f1a8eb355
...
c0fab57f18
@ -30,14 +30,8 @@ sub select_disks {
|
||||
# Anaconda hub
|
||||
assert_screen "anaconda_main_hub", 300;
|
||||
# Damn animation delay can cause bad clicks here too - wait for it
|
||||
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;
|
||||
assert_and_click "anaconda_main_hub_install_destination";
|
||||
|
||||
# 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" => ["FEDORA-2024-8ef1271562"],
|
||||
"41" => ["FEDORA-2024-d7dc366b88", "FEDORA-2024-975d19f08d"],
|
||||
"40" => [],
|
||||
"41" => ["FEDORA-2024-04f83605fa"],
|
||||
"42" => [],
|
||||
"eln" => [],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user