1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-09-29 17:28:49 +00:00

sigh, brackets

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-08-25 15:02:52 -07:00
parent 0f4e91c993
commit a3dd914d2d

View File

@ -1361,7 +1361,7 @@ sub menu_launch_type {
else {
record_soft_failure('Maximizing in this desktop is not supported at the moment!');
}
if $animated {
if ($animated) {
# can't wait_still_screen if the app's animated
sleep 3;
}