MDL-69998 lang: Fix reworded strings in Behat test scenarios

This commit is contained in:
David Mudrák 2020-10-26 10:13:36 +01:00
parent dd7a1d60e2
commit e576fef1fa
5 changed files with 11 additions and 11 deletions

View file

@ -31,7 +31,7 @@ Feature: Create shortcuts
And ".fp-content .fp-file.fp-isreference" "css_element" should not exist
And I add "empty.txt" file from "Private files" to "Files" filemanager as:
| Save as | empty_ref.txt |
| Create an alias/shortcut to the file | 1 |
| Link to the file | 1 |
And I should see "2" elements in "Files" filemanager
And I should see "empty_ref.txt" in the ".fp-content .fp-file.fp-isreference" "css_element"
And I press "Save and display"
@ -54,7 +54,7 @@ Feature: Create shortcuts
# ------ Overwriting non-reference with a reference ---------
And I add and overwrite "empty.txt" file from "Private files" to "Files" filemanager as:
| Save as | empty_ref.txt |
| Create an alias/shortcut to the file | 1 |
| Link to the file | 1 |
And I should see "2" elements in "Files" filemanager
And I should see "empty_ref.txt" in the ".fp-content .fp-file.fp-isreference" "css_element"
And I press "Save changes"