Make tidy happy with how we disabled accounts.fp.o check

Sigh, this is less obvious but we need the tests to pass.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-03 09:25:44 -08:00
parent e805837597
commit 61910e7610
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;