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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-11 11:15:05 -07:00
parent 0271642f61
commit a678f783cb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {