mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Update some nautilus needles and a test for 43-rc changes
We need to do Restore from the context menu now, because the special button bar thing went away: https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/943 Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a58f98cc14
commit
1d395ad262
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 133,
|
||||||
|
"ypos": 491,
|
||||||
|
"type": "match",
|
||||||
|
"height": 21,
|
||||||
|
"xpos": 374
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"nautilus_restore_content"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 137,
|
||||||
|
"type": "match",
|
||||||
|
"width": 116,
|
||||||
|
"xpos": 270,
|
||||||
|
"height": 20
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"nautilus_test_file_another"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 98,
|
||||||
|
"type": "match",
|
||||||
|
"ypos": 253,
|
||||||
|
"height": 16,
|
||||||
|
"xpos": 373
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"nautilus_test_file"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
@ -47,7 +47,7 @@ sub run {
|
|||||||
assert_screen("nautilus_test_file_another");
|
assert_screen("nautilus_test_file_another");
|
||||||
|
|
||||||
# Select the first file and restore it from the Bin.
|
# Select the first file and restore it from the Bin.
|
||||||
assert_and_click("nautilus_test_file");
|
assert_and_click("nautilus_test_file", button => "right");
|
||||||
wait_still_screen(2);
|
wait_still_screen(2);
|
||||||
assert_and_click("nautilus_restore_content");
|
assert_and_click("nautilus_restore_content");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user