mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-04 02:53:11 +00:00
webui: make confirm install button optional
It seems to be gone in latest webui build (13-1.fc42). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7379f7636d
commit
1e3c5796f2
@ -69,7 +69,7 @@ sub run {
|
|||||||
assert_and_click ["anaconda_main_hub_begin_installation", "anaconda_webui_begin_installation"];
|
assert_and_click ["anaconda_main_hub_begin_installation", "anaconda_webui_begin_installation"];
|
||||||
if (match_has_tag "anaconda_webui_begin_installation") {
|
if (match_has_tag "anaconda_webui_begin_installation") {
|
||||||
$webui = 1;
|
$webui = 1;
|
||||||
assert_and_click "anaconda_webui_confirm_installation";
|
click_lastmatch if (check_screen "anaconda_webui_confirm_installation", 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
# If we want to test identification we will do it
|
# If we want to test identification we will do it
|
||||||
|
Loading…
Reference in New Issue
Block a user