From aba361ef76beaa295f7ad10892bc086ebb6fdf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Thu, 2 Dec 2021 15:27:59 +0100 Subject: [PATCH] Make sure updates button is there --- tests/upgrade_run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upgrade_run.pm b/tests/upgrade_run.pm index 8a87f8a9..4c5bc95a 100644 --- a/tests/upgrade_run.pm +++ b/tests/upgrade_run.pm @@ -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");