Línea 53... |
Línea 53... |
53 |
And the page should meet accessibility standards
|
53 |
And the page should meet accessibility standards
|
54 |
And the page should meet "wcag131, wcag141, wcag412" accessibility standards
|
54 |
And the page should meet "wcag131, wcag141, wcag412" accessibility standards
|
55 |
And the page should meet accessibility standards with "wcag131, wcag141, wcag412" extra tests
|
55 |
And the page should meet accessibility standards with "wcag131, wcag141, wcag412" extra tests
|
Línea 56... |
Línea 56... |
56 |
|
56 |
|
57 |
@javascript @accessibility
|
57 |
@javascript @accessibility
|
58 |
Scenario: The login page must have sufficient colour contrast
|
58 |
Scenario: The login page must meet accessibility standards
|
59 |
Given the following config values are set as admin:
|
59 |
Given the following config values are set as admin:
|
60 |
| custommenuitems | -This is a custom item\|/customurl/ |
|
60 |
| custommenuitems | -This is a custom item\|/customurl/ |
|
61 |
When I am on site homepage
|
61 |
When I am on site homepage
|
- |
|
62 |
Then the page should meet accessibility standards with "best-practice" extra tests
|
62 |
Then the page should meet "wcag143" accessibility standards
|
63 |
And I follow "Log in"
|
Línea 63... |
Línea 64... |
63 |
And the page should meet accessibility standards with "wcag143" extra tests
|
64 |
And the page should meet accessibility standards with "best-practice" extra tests
|
64 |
|
65 |
|
65 |
Scenario: Alternate login URL can be bypassed
|
66 |
Scenario: Alternate login URL can be bypassed
|
66 |
Given the following config values are set as admin:
|
67 |
Given the following config values are set as admin:
|