From 3b0dc6b021fa14d6b2c64dc970965f5634ec8820 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Mar 2021 17:49:28 -0800 Subject: [PATCH] kgpg: don't try and close tip of the day any more Main UI appears over the tip of the day now, so we can ignore it and just check the UI ran then close it. Signed-off-by: Adam Williamson --- tests/apps_startstop/kde/kgpg.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/apps_startstop/kde/kgpg.pm b/tests/apps_startstop/kde/kgpg.pm index 26ad6d76..c08e100d 100644 --- a/tests/apps_startstop/kde/kgpg.pm +++ b/tests/apps_startstop/kde/kgpg.pm @@ -28,9 +28,6 @@ sub run { # Cancel the keypair creation assert_and_click 'kgpg_keypair_cancel'; wait_still_screen 2; - # Close the Tips of the Day - assert_and_click 'kgpg_tips_close'; - wait_still_screen 2; # Check that it is started assert_screen 'kgpg_runs'; # Close the application