Noel De Martin bb6ed65c88 MOBILE-4496 behat: Update tags
Tags have been changed to reflect the namespace in the app folder structure, rather than trying to find an equivalent in the LMS codebase
2024-01-31 11:35:09 +01:00

18 lines
567 B
Gherkin

@addon_messages @app @javascript
Feature: Test messages settings
Background:
Given the following "users" exist:
| username |
| student1 |
Scenario: Modify settings
Given I entered the app as "student1"
When I press "Messages" in the app
And I press "Message preferences" in the app
And I select "My contacts only" in the app
Then "My contacts only" should be selected in the app
And I select "My contacts and anyone in my courses" in the app
Then "My contacts and anyone in my courses" should be selected in the app