MDL-69391 auth: Colour contrast accessibility test for login page

This commit is contained in:
Jun Pataleta
2020-09-03 11:10:36 +08:00
parent aca735cdbf
commit bca6b83c97
+8
View File
@@ -68,3 +68,11 @@ Feature: Authentication
And the page should meet accessibility standards
And the page should meet "wcag131, wcag141, wcag412" accessibility standards
And the page should meet accessibility standards with "wcag131, wcag141, wcag412" extra tests
@javascript @accessibility
Scenario: The login page must have sufficient colour contrast
Given the following config values are set as admin:
| custommenuitems | -This is a custom item\|/customurl/ |
And I am on site homepage
And the page should meet "wcag143" accessibility standards
And the page should meet accessibility standards with "wcag143" extra tests