MDL-73201 lang: Use fixed strings in the tests, too

This commit is contained in:
David Mudrák 2021-12-06 21:39:35 +01:00
parent 558b4c826d
commit 46e2e2020d
16 changed files with 47 additions and 47 deletions

View file

@ -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

View file

@ -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