1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Make an extra click into the the list view to force correct focus.

This commit is contained in:
Lukas Ruzicka 2022-11-01 17:35:23 +01:00
parent f61a01548e
commit c394603058
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"properties": [],
"tags": [
"nautilus_desktop_folder_listed"
],
"area": [
{
"xpos": 270,
"ypos": 139,
"width": 97,
"height": 20,
"type": "match",
"match": "90"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -38,6 +38,11 @@ sub run {
# This will test the common directory structure. The structure is always created when a user is created, so let's see if it has been created correctly.
assert_screen("nautilus_available_directories");
# Sometimes, Nautilus do not respond to keyboard shortcuts because
# it does not have correct focus. Click inside the file list view
# to get the focus correctly.
assert_and_click("nautilus_desktop_folder_listed");
}
sub test_flags {