mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-67687 behat: Login page accessibility ensurance
This commit is contained in:
parent
41eaa09bbe
commit
39a736ef9a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user