mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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:
parent
0271642f61
commit
a678f783cb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user