1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-24 23:03:08 +00:00

Update nautilus needles and star_file test for 43-beta

"Star" was removed from the file context menu, so we have to
star the file from the main view now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-11 09:12:05 -07:00
parent 1d1ffa0203
commit 228fdcf42b

View File

@ -11,13 +11,11 @@ sub run {
# Enter the Documents directory to get to the test data.
assert_and_click("nautilus_directory_documents");
# Right click onto a file to select it to see the
# context menu.
assert_and_click("nautilus_test_file", button => "right");
wait_still_screen(2);
# Click to Star it.
assert_and_click("nautilus_context_star");
# Select the test file then star it.
assert_and_click("nautilus_test_file");
assert_and_click("nautilus_star_selected_file");
# Hide the mouse so the pointer isn't over the star
mouse_hide;
# Check that a star gets solid on the right part of the selected file
assert_screen("nautilus_star_confirm");