1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 18:14:21 +00:00

Set timestamp on notification.

This commit is contained in:
Lukáš Růžička 2024-10-16 12:07:04 +02:00
parent 04704dc912
commit c0fab57f18

View File

@ -10,6 +10,8 @@ sub run {
# Let us wait here for a couple of seconds to give the VM time to settle. # Let us wait here for a couple of seconds to give the VM time to settle.
# 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_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;