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:
parent
f61a01548e
commit
c394603058
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"nautilus_desktop_folder_listed"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 270,
|
||||||
|
"ypos": 139,
|
||||||
|
"width": 97,
|
||||||
|
"height": 20,
|
||||||
|
"type": "match",
|
||||||
|
"match": "90"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.png
Normal file
BIN
needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
@ -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.
|
# 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");
|
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 {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user