forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-76313 forum: improve accessibility on subscribers page
- add header on table of subscribers - remove one redundant header
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,8 @@ Feature: Changes to the subscription mode of a forum can change subcribers of a | |
When I select "Auto subscription" from the "Subscription mode" singleselect | ||
Then I should not see "There are no subscribers yet for this forum" | ||
And I navigate to "Subscriptions" in current page administration | ||
And I should see "Student 1" | ||
And I should see "[email protected]" | ||
And I should see "Student 2" | ||
And I should see "[email protected]" | ||
And I should see "Teacher Tom" | ||
And I should see "[email protected]" | ||
And the following should exist in the "subscribers-table" table: | ||
| Full name | Email address | | ||
| Student 1 | student.1@example.com | | ||
| Student 2 | student.2@example.com | | ||
| Teacher Tom | teacher@example.com | |