Replace blivet tests with custom GUI tests #51

Merged
akatch merged 15 commits from issue_9 into develop 2021-10-26 15:56:01 +00:00
Showing only changes of commit 1c66ca472b - Show all commits

View File

@ -218,7 +218,7 @@ sub custom_add_partition {
# } # }
# if no devicetype was specified or devicetype is already selected, do nothing # if no devicetype was specified or devicetype is already selected, do nothing
if ($args{devicetype}) && !check_screen("anaconda_custom_part_fs_$args{devicetype}_selected", 5)) { if (($args{devicetype} && !check_screen("anaconda_custom_part_fs_$args{devicetype}_selected", 5))) {
assert_and_click "anaconda_custom_part_devicetype"; assert_and_click "anaconda_custom_part_devicetype";
mouse_set(10, 10); mouse_set(10, 10);
assert_and_click "anaconda_custom_part_devicetype_$args{devicetype}"; assert_and_click "anaconda_custom_part_devicetype_$args{devicetype}";