mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
Always wait_still_screen after hitting Update Settings
It can take anaconda a bit of time to think about things, so we should wait before plowing on. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dfafdc22dd
commit
48cee79928
@ -237,6 +237,7 @@ sub custom_change_type {
|
|||||||
mouse_set(10, 10);
|
mouse_set(10, 10);
|
||||||
assert_and_click "anaconda_part_device_type_$type";
|
assert_and_click "anaconda_part_device_type_$type";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
|
wait_still_screen 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub custom_change_fs {
|
sub custom_change_fs {
|
||||||
@ -259,6 +260,7 @@ sub custom_change_fs {
|
|||||||
mouse_set(10, 10);
|
mouse_set(10, 10);
|
||||||
assert_and_click "anaconda_part_fs_$fs";
|
assert_and_click "anaconda_part_fs_$fs";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
|
wait_still_screen 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub custom_change_device {
|
sub custom_change_device {
|
||||||
@ -270,6 +272,7 @@ sub custom_change_device {
|
|||||||
}
|
}
|
||||||
assert_and_click "anaconda_part_device_select";
|
assert_and_click "anaconda_part_device_select";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
|
wait_still_screen 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub custom_delete_part {
|
sub custom_delete_part {
|
||||||
|
Loading…
Reference in New Issue
Block a user