1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-07 09:43:09 +00:00

One step back only.

This commit is contained in:
Lukas Ruzicka 2023-03-22 11:38:28 +01:00
parent 44a964bb38
commit f6a12f41a4

View File

@ -89,8 +89,8 @@ sub install_application {
}
assert_screen("gnome_button_open", timeout => $wait_time);
# After the installation, return back on the basic screen.
while (! check_screen("software_search_button")) {
assert_and_click("software_back_button");
if (check_screen("software_back_button")) {
click_lastmatch();
}
}