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.
|
# 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 {
|
sub custom_scheme_select {
|
||||||
|
@ -5,8 +5,9 @@ use testapi;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
# Go to INSTALLATION DESTINATION and ensure two disks are selected.
|
# 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);
|
$self->select_disks(2);
|
||||||
|
# select custom partitioning
|
||||||
|
assert_and_click "anaconda_manual_partitioning";
|
||||||
assert_and_click "anaconda_spoke_done";
|
assert_and_click "anaconda_spoke_done";
|
||||||
|
|
||||||
# Manual partitioning spoke should be displayed
|
# Manual partitioning spoke should be displayed
|
||||||
|
Loading…
Reference in New Issue
Block a user