From 25b910135b32463214c6f59156432217a7874b48 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Jun 2017 18:16:52 -0700 Subject: [PATCH] Workaround cursor showing up on GDM in desktop_notifications --- tests/desktop_notifications.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 70d60bd3..4b6eaa05 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -55,6 +55,8 @@ sub run { if (get_var("BOOTFROM")) { assert_screen 'graphical_login'; wait_still_screen 3; + # GDM 3.24.1 dumps a cursor in the middle of the screen here... + mouse_hide; if (get_var("DESKTOP") eq 'gnome') { # we have to hit enter to get the password dialog send_key "ret";