mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
fix small bug with selecting custom partitioning
This commit is contained in:
parent
4778d23f8c
commit
0b1d4d1f92
@ -90,10 +90,6 @@ sub select_disks {
|
||||
}
|
||||
# For exactly 1 disk, we don't need to do anything.
|
||||
}
|
||||
|
||||
if (get_var('DISK_CUSTOM')) {
|
||||
assert_and_click "anaconda_manual_partitioning";
|
||||
}
|
||||
}
|
||||
|
||||
sub custom_scheme_select {
|
||||
|
@ -5,8 +5,9 @@ use testapi;
|
||||
sub run {
|
||||
my $self = shift;
|
||||
# Go to INSTALLATION DESTINATION and ensure two disks are selected.
|
||||
# Because DISK_CUSTOM is set, select_disks will select custom for us.
|
||||
$self->select_disks(2);
|
||||
# select custom partitioning
|
||||
assert_and_click "anaconda_manual_partitioning";
|
||||
assert_and_click "anaconda_spoke_done";
|
||||
|
||||
# Manual partitioning spoke should be displayed
|
||||
|
Loading…
Reference in New Issue
Block a user