Skip to content

Commit

Permalink
MDL-67687 behat: Login page accessibility ensurance
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 4, 2020
1 parent 41eaa09 commit 39a736e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions auth/tests/behat/login.feature
Expand Up @@ -54,3 +54,17 @@ Feature: Authentication
| 0 | not see |
| 1 | see |
| 2 | see |

@javascript @accessibility
Scenario: Login page must be accessible
When I am on site homepage
# The following tests are all provided to ensure that the accessibility tests themselves are tested.
# In normal tests only one of the following is required.
Then the page should meet accessibility standards
And the page should meet "wcag131, wcag412" accessibility standards
And the page should meet accessibility standards with "wcag131, wcag412" extra tests

And I follow "Log in"
And the page should meet accessibility standards
And the page should meet "wcag131, wcag412" accessibility standards
And the page should meet accessibility standards with "wcag131, wcag412" extra tests

0 comments on commit 39a736e

Please sign in to comment.