From b811d93c4c571d6c1711ca85a5dc1b88096b50b0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 6 Apr 2020 17:19:06 -0700 Subject: [PATCH] Try a sleep before hitting enter on GDM screen Signed-off-by: Adam Williamson --- tests/desktop_notifications.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 5c187a6a..19b27805 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -72,6 +72,7 @@ sub run { # hit GDM instead if (check_screen "graphical_login", 30) { record_soft_failure "Hit GDM unexpectedly - #1821499"; + sleep 5; send_key 'ret'; } }