1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-07-23 19:05:46 +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. # Enter the Documents directory to get to the test data.
assert_and_click("nautilus_directory_documents"); assert_and_click("nautilus_directory_documents");
# Right click onto a file to select it to see the # Select the test file then star it.
# context menu. assert_and_click("nautilus_test_file");
assert_and_click("nautilus_test_file", button => "right"); assert_and_click("nautilus_star_selected_file");
wait_still_screen(2); # Hide the mouse so the pointer isn't over the star
mouse_hide;
# Click to Star it.
assert_and_click("nautilus_context_star");
# Check that a star gets solid on the right part of the selected file # Check that a star gets solid on the right part of the selected file
assert_screen("nautilus_star_confirm"); assert_screen("nautilus_star_confirm");