Re-enable FAS homepage check in desktop_browser

Let's hope it's more reliable now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-05-28 09:14:53 -07:00
parent 990f81b229
commit 833204e060
1 changed files with 5 additions and 5 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;
_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';
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;