1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-09 10:25:44 +00:00

Make sure updates button is there

This commit is contained in:
Lukáš Růžička 2021-12-02 15:27:59 +01:00
parent 7bb40c4d44
commit aba361ef76

View File

@ -31,7 +31,7 @@ sub run {
# Click on the updates button. There should be no updates available,
# as updates were already handled by the upgrade_preinstall test,
# so we should only see the new version banner.
assert_and_click("gnome_software_updates_button", 60);
assert_and_click("gnome_software_updates_button", timeout=>60);
# Check that the banner is there.
assert_screen("gnome_software_new_version");