1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +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:
Adam Williamson 2024-01-22 09:16:20 -08:00
parent 09e4f526a8
commit f8de09df24

View File

@ -41,12 +41,12 @@ sub run {
wait_still_screen(stilltime => 5, similarity_level => 45);
# open a new tab so we don't race with the default page load
# (also focuses the location bar for us)
_open_new_tab;
wait_still_screen(stilltime => 5, similarity_level => 45);
sleep 3;
# check FAS, typing slowly to avoid errors
type_very_safely "https://accounts.fedoraproject.org/\n";
assert_screen 'browser_fas_home';
# _open_new_tab;
# wait_still_screen(stilltime => 5, similarity_level => 45);
# sleep 3;
# # check FAS, typing slowly to avoid errors
# type_very_safely "https://accounts.fedoraproject.org/\n";
# assert_screen 'browser_fas_home';
_open_new_tab;
wait_still_screen(stilltime => 2, similarity_level => 45);
sleep 2;