1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-01 05:16:00 +00:00

Add mouse move and mouse click

The top panel stays in the application and does not hide. I might be
caused by the mouse being in top area which normally invokes the
panel to appear. Let's move the mouse and click into the middle
of the screen to free the top area.
This commit is contained in:
Lukáš Růžička 2025-09-26 11:43:20 +02:00
parent 6504998d0a
commit cbd251d65c

View File

@ -27,7 +27,10 @@ sub run {
# We still need to see the prompt. However in a virtual machine,
# it sometimes takes some time before the prompt appears. Let's
# wait for it some more time.
# wait for it some more time. Also try to move the mouse
# and click in the middle to unblock the top panel.
mouse_set(500, 350);
mouse_click("left");
assert_screen("terminal_prompt", timeout => 60);
# But we should not see the panels.
if (check_screen("panel_controls")) {