From 463573cca8d29e3caba95bfa13ef55eb72feebb3 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 10 Jan 2025 12:17:51 +0100 Subject: [PATCH] Add wait_still_screen after clicking the inst btn As of now we're falling into a trap of matching the same screen with install-button instead of waiting for confirmation --- tests/installation/agama.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/installation/agama.pm b/tests/installation/agama.pm index fcad5291b491..9c9afba21a39 100644 --- a/tests/installation/agama.pm +++ b/tests/installation/agama.pm @@ -156,8 +156,11 @@ sub run { mouse_set(600, 600); mouse_click; send_key "ctrl-down"; + wait_still_screen 5; assert_and_click('agama-install-button'); + wait_still_screen 5; + # confirmation dialog if we keep default partitioning layout assert_and_click('agama-confirm-installation');