mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
desktop_browser: temporarily disable FAS homepage check again
accounts.fp.o seems to be unreliable again today, let's drop this again so tests don't fail on it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
09e4f526a8
commit
f8de09df24
@ -41,12 +41,12 @@ sub run {
|
|||||||
wait_still_screen(stilltime => 5, similarity_level => 45);
|
wait_still_screen(stilltime => 5, similarity_level => 45);
|
||||||
# open a new tab so we don't race with the default page load
|
# open a new tab so we don't race with the default page load
|
||||||
# (also focuses the location bar for us)
|
# (also focuses the location bar for us)
|
||||||
_open_new_tab;
|
# _open_new_tab;
|
||||||
wait_still_screen(stilltime => 5, similarity_level => 45);
|
# wait_still_screen(stilltime => 5, similarity_level => 45);
|
||||||
sleep 3;
|
# sleep 3;
|
||||||
# check FAS, typing slowly to avoid errors
|
# # check FAS, typing slowly to avoid errors
|
||||||
type_very_safely "https://accounts.fedoraproject.org/\n";
|
# type_very_safely "https://accounts.fedoraproject.org/\n";
|
||||||
assert_screen 'browser_fas_home';
|
# assert_screen 'browser_fas_home';
|
||||||
_open_new_tab;
|
_open_new_tab;
|
||||||
wait_still_screen(stilltime => 2, similarity_level => 45);
|
wait_still_screen(stilltime => 2, similarity_level => 45);
|
||||||
sleep 2;
|
sleep 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user