Skip to content

Commit

Permalink
MDL-79015 behat: make verification step more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Aug 25, 2023
1 parent 6caf5df commit f712df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lesson/tests/behat/lesson_restrict_access.feature
Expand Up @@ -44,7 +44,7 @@ Feature: Lesson activity access can be restricted
And I press "Save and return to course"
# Confirm that student1 can see lesson but student2 can't
When I am on the "Course 1" course page logged in as <user>
Then I <visibility> "Test lesson"
Then I <visibility> "Test lesson" in the "region-main" "region"

Examples:
| user | visibility |
Expand Down

0 comments on commit f712df8

Please sign in to comment.