mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-16 21:05:43 +00:00
Find exceptions.
This commit is contained in:
parent
bfab9f9a42
commit
ee80e307d4
@ -37,15 +37,6 @@ sub run {
|
|||||||
# If no internet is detected, deal with no internet else connect
|
# If no internet is detected, deal with no internet else connect
|
||||||
# to a local domain.
|
# to a local domain.
|
||||||
|
|
||||||
my $counter = 0;
|
|
||||||
while (!checkscreen("win_setup_no_internet") or !checkscreen("win_setup_local_account")) {
|
|
||||||
sleep 10;
|
|
||||||
$counter += 1;
|
|
||||||
if ($counter>60) {
|
|
||||||
die "No matches for no_internet or local_account needles have been found.";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (check_screen("win_setup_no_internet")) {
|
if (check_screen("win_setup_no_internet")) {
|
||||||
assert_and_click "win_setup_dont_have_net";
|
assert_and_click "win_setup_dont_have_net";
|
||||||
assert_and_click "win_setup_limited";
|
assert_and_click "win_setup_limited";
|
||||||
|
Loading…
Reference in New Issue
Block a user