From a678f783cb9ece3f13138956683b9a5486ec7ccb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 11 Apr 2023 11:15:05 -0700 Subject: [PATCH] nautilus delete_file: correct name of second file The second file that we delete and don't restore is called evince.pdf these days. Signed-off-by: Adam Williamson --- tests/applications/nautilus/delete_file.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/nautilus/delete_file.pm b/tests/applications/nautilus/delete_file.pm index 45a2e85d..6d6a58ee 100644 --- a/tests/applications/nautilus/delete_file.pm +++ b/tests/applications/nautilus/delete_file.pm @@ -63,7 +63,7 @@ sub run { assert_script_run("ls /home/test/Documents/markdown.md", timeout => '60', fail_message => 'The file has not been found in the location.', quiet => '0'); # Verify that the next file has been deleted from the original location - assert_script_run("! ls /home/test/Documents/konkurz.md"); + assert_script_run("! ls /home/test/Documents/evince.pdf"); } sub test_flags {