mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Add missing ; in navigation aaa_setup.pm
Lukas left this out in his earlier commit. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
50464f5522
commit
2769fb7e58
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Starting right over might result in erroneous behavior.
|
# Starting right over might result in erroneous behavior.
|
||||||
sleep(5);
|
sleep(5);
|
||||||
# Set the update notification timestamp
|
# Set the update notification timestamp
|
||||||
set_update_notification_timestamp()
|
set_update_notification_timestamp();
|
||||||
# Start Firefox
|
# Start Firefox
|
||||||
menu_launch_type("nautilus");
|
menu_launch_type("nautilus");
|
||||||
assert_screen "apps_run_files", 45;
|
assert_screen "apps_run_files", 45;
|
||||||
|
Loading…
Reference in New Issue
Block a user