mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Drop a useless check_screen (needle missing)
This check_screen always fails, because the needle doesn't exist and never has - the commit that added the check_screen didn't add a matching needle. In every run of the test I've checked from the last two months, the initially-selected filesystem is always xfs anyway. Let's just drop the check_screen conditional and always expect we have to set the correct filesystem. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ae40eea065
commit
039f3c265e
@ -23,10 +23,8 @@ sub run {
|
|||||||
assert_and_click "anaconda_blivet_part_edit";
|
assert_and_click "anaconda_blivet_part_edit";
|
||||||
# Select the Format option
|
# Select the Format option
|
||||||
assert_and_click "anaconda_blivet_part_format";
|
assert_and_click "anaconda_blivet_part_format";
|
||||||
if (not(check_screen "anaconda_blivet_part_fs_efi_filesystem_selected", 30)) {
|
assert_and_click "anaconda_blivet_part_fs_select";
|
||||||
assert_and_click "anaconda_blivet_part_fs_select";
|
assert_and_click "anaconda_blivet_part_fs_efi_filesystem";
|
||||||
assert_and_click "anaconda_blivet_part_fs_efi_filesystem";
|
|
||||||
}
|
|
||||||
# Select the mountpoint field
|
# Select the mountpoint field
|
||||||
|
|
||||||
send_key_until_needlematch("anaconda_blivet_mountpoint_selected", "tab", 3, 5);
|
send_key_until_needlematch("anaconda_blivet_mountpoint_selected", "tab", 3, 5);
|
||||||
|
Loading…
Reference in New Issue
Block a user