mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Add some more fixes for Nautilus.
This commit is contained in:
parent
d656bc45a6
commit
3b4c94bb55
15
needles/gnome/apps/nautilus/nautilus_big_icon.json
Normal file
15
needles/gnome/apps/nautilus/nautilus_big_icon.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 307,
|
||||
"ypos": 323,
|
||||
"width": 53,
|
||||
"height": 55,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"nautilus_big_icon"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/nautilus/nautilus_big_icon.png
Normal file
BIN
needles/gnome/apps/nautilus/nautilus_big_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
@ -31,6 +31,9 @@ sub run {
|
||||
assert_screen 'apps_run_files';
|
||||
wait_still_screen("2");
|
||||
|
||||
# Check that the icons are shown
|
||||
assert_screen("nautilus_big_icon");
|
||||
|
||||
# Fullsize the Nautilus window.
|
||||
wait_screen_change { send_key("super-up"); };
|
||||
|
||||
|
@ -12,11 +12,11 @@ sub toggle_hidden {
|
||||
assert_and_click("gnome_burger_menu");
|
||||
wait_still_screen(2);
|
||||
assert_and_click("nautilus_toggle_hidden_files", timeout => '30', button => 'left', mousehide => '1');
|
||||
wait_still_screen(5);
|
||||
sleep(10);
|
||||
}
|
||||
else {
|
||||
send_key("ctrl-h");
|
||||
wait_still_screen(5);
|
||||
sleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user