mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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:
parent
e805837597
commit
61910e7610
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user