mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
Add extra click for Network & Host Name spoke also
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d3c97a64be
commit
de4cb908ba
@ -7,6 +7,9 @@ use tapnet;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
assert_and_click "anaconda_main_hub_network_host_name";
|
assert_and_click "anaconda_main_hub_network_host_name";
|
||||||
|
# as with installation destination, on wayland it seems like
|
||||||
|
# sometimes the first click is lost, so click twice
|
||||||
|
sleep 1;
|
||||||
assert_and_click "anaconda_network_configure";
|
assert_and_click "anaconda_network_configure";
|
||||||
assert_and_click "anaconda_network_ipv4";
|
assert_and_click "anaconda_network_ipv4";
|
||||||
assert_and_click "anaconda_network_method";
|
assert_and_click "anaconda_network_method";
|
||||||
|
Loading…
Reference in New Issue
Block a user