mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-69998 lang: Fix reworded strings in Behat test scenarios
This commit is contained in:
parent
dd7a1d60e2
commit
e576fef1fa
5 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@ Feature: Updating a file in the content bank after using in a course
|
|||
And I click on "Browse repositories..." "button" in the "Insert H5P" "dialogue"
|
||||
And I select "Content bank" repository in file picker
|
||||
And I click on "package.h5p" "file" in repository content area
|
||||
And I click on "Create an alias/shortcut to the file" "radio"
|
||||
And I click on "Link to the file" "radio"
|
||||
And I click on "Select this file" "button"
|
||||
And I click on "Insert H5P" "button" in the "Insert H5P" "dialogue"
|
||||
And I wait until the page is ready
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue