mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 02:01:25 +00:00
Workaround cursor showing up on GDM in desktop_notifications
This commit is contained in:
parent
df2c3cd906
commit
25b910135b
@ -55,6 +55,8 @@ sub run {
|
|||||||
if (get_var("BOOTFROM")) {
|
if (get_var("BOOTFROM")) {
|
||||||
assert_screen 'graphical_login';
|
assert_screen 'graphical_login';
|
||||||
wait_still_screen 3;
|
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') {
|
if (get_var("DESKTOP") eq 'gnome') {
|
||||||
# we have to hit enter to get the password dialog
|
# we have to hit enter to get the password dialog
|
||||||
send_key "ret";
|
send_key "ret";
|
||||||
|
Loading…
Reference in New Issue
Block a user