1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-03-25 14:24:32 +00:00

navigation: move a window so we can see one behind it

Seems like GNOME 48 changed window size/positioning a bit, we
have to move the text editor so it will still be visible when
the file manager window is in the front.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-20 16:10:22 -07:00
parent b2df642474
commit 3a3806f44b

View File

@ -63,6 +63,9 @@ sub run {
send_key("alt-tab");
assert_screen("apps_run_texteditor");
# move the window to the left to be sure both will be visible
# for clicking
send_key("super-left");
# Switch by clicking on the certain application.
assert_and_click("files_inactive");
assert_screen("apps_run_files");