mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
desktop_browser: wait out animations a bit longer when launching
Hoping this helps aarch64 be more reliable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a5c0f7ffbb
commit
a30c01ea9a
@ -30,7 +30,7 @@ sub run {
|
|||||||
check_desktop;
|
check_desktop;
|
||||||
send_key 'alt-f1';
|
send_key 'alt-f1';
|
||||||
# wait out animations
|
# wait out animations
|
||||||
wait_still_screen(stilltime=>2, similarity_level=>45);
|
wait_still_screen(stilltime=>4, similarity_level=>45);
|
||||||
assert_and_click 'browser_launcher';
|
assert_and_click 'browser_launcher';
|
||||||
assert_screen 'browser', 45;
|
assert_screen 'browser', 45;
|
||||||
# firefox is quite grindy on startup, let it settle
|
# firefox is quite grindy on startup, let it settle
|
||||||
|
Loading…
Reference in New Issue
Block a user