From 0b1d481ae1299f16e773ac4d8ed3adbe74b70fd6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 14 Dec 2019 08:57:32 -0800 Subject: [PATCH] Wait a bit longer for different dialogs in KDE app kontact test See https://openqa.fedoraproject.org/tests/498083 , we didn't wait long enough for Enable Unified Mailboxes. Signed-off-by: Adam Williamson --- tests/apps_startstop/kde/kontakt.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/apps_startstop/kde/kontakt.pm b/tests/apps_startstop/kde/kontakt.pm index 4b43e4f8..4f69ee36 100644 --- a/tests/apps_startstop/kde/kontakt.pm +++ b/tests/apps_startstop/kde/kontakt.pm @@ -11,12 +11,12 @@ sub run { # Start the application menu_launch_type 'kontact'; # Enable unified mailboxes, if they appear - if (check_screen("enable_unified_mailboxes", 1)) { + if (check_screen("enable_unified_mailboxes", 3)) { assert_and_click "enable_unified_mailboxes"; } # Get rid of personal data assert_and_click 'kontact_provide_data'; - if (check_screen("enable_unified_mailboxes", 1)) { + if (check_screen("enable_unified_mailboxes", 3)) { assert_and_click "enable_unified_mailboxes"; } # Check that it is started