desktop_browser: temporarily disable FAS homepage check

FAS is down right now, so let's skip testing accounts.fp.o as it
will fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-22 09:16:20 -08:00
parent d23e5d7dd7
commit a9c6111499
1 changed files with 6 additions and 6 deletions

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;