mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-73201 lang: Use fixed strings in the tests, too
This commit is contained in:
parent
558b4c826d
commit
46e2e2020d
16 changed files with 47 additions and 47 deletions
|
@ -63,7 +63,7 @@ Feature: Anonymous feedback
|
|||
@javascript
|
||||
Scenario: Complete anonymous feedback and view analysis on the front page as an authenticated user
|
||||
And I log in as "admin"
|
||||
And I set the following system permissions of "Authenticated user on frontpage" role:
|
||||
And I set the following system permissions of "Authenticated user on site home" role:
|
||||
| capability | permission |
|
||||
| mod/feedback:viewanalysepage | Allow |
|
||||
And I log out
|
||||
|
|
|
@ -59,7 +59,7 @@ Feature: Non anonymous feedback
|
|||
@javascript
|
||||
Scenario: Complete non anonymous feedback and view analysis on the front page as an authenticated user
|
||||
And I log in as "admin"
|
||||
And I set the following system permissions of "Authenticated user on frontpage" role:
|
||||
And I set the following system permissions of "Authenticated user on site home" role:
|
||||
| capability | permission |
|
||||
| mod/feedback:viewanalysepage | Allow |
|
||||
And I log out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue