mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-72428 lang: Use the fixed strings in the tests
This commit is contained in:
parent
92cc461235
commit
9f8349bdfb
@ -61,7 +61,7 @@ Feature: A teacher can control the subscription to a forum
|
||||
| forcesubscribe | <initialmode> |
|
||||
When I am on the "Test forum" "forum activity" page logged in as "teacher"
|
||||
And I navigate to "Subscription mode > <updatedmode>" in current page administration
|
||||
And I should see "Are you sure you want to change the subscription mode to \"<updatedmode>\"" in the "Confirmation" "dialogue"
|
||||
And I should see "Are you sure you want to change the subscription mode to <updatedmode>" in the "Confirmation" "dialogue"
|
||||
And I click on "Yes" "button" in the "Confirmation" "dialogue"
|
||||
Then I should see "<updatedmodeconfirmed>"
|
||||
Examples:
|
||||
|
@ -42,6 +42,6 @@ Feature: Students can reply to a discussion in page.
|
||||
| post | Discussion contents 1, third message |
|
||||
| privatereply | 1 |
|
||||
Then I should see "Discussion contents 1, third message"
|
||||
Then I should see "This is a private reply. It is not visible to other participants."
|
||||
Then I should see "This is a private reply. It is only visible to you and anyone with the capability to view private replies, such as teachers or managers."
|
||||
When I reload the page
|
||||
Then I should see "Discussion contents 1, third message"
|
||||
|
Loading…
x
Reference in New Issue
Block a user