1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-11 19:15:45 +00:00

Adjust nautilus star_file test for removal from context menu

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 d8e23fcbef

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");