Merge branch 'MDL-83485-main' of https://github.com/junpataleta/moodle
This commit is contained in:
@@ -34,12 +34,12 @@
|
||||
<div class="col-md-4">
|
||||
<div class="card mb-3">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">{{title}}</h4>
|
||||
<div class="card-text">
|
||||
<h3 class="card-title">{{title}}</h3>
|
||||
<ul class="card-text list-unstyled">
|
||||
{{#nodes}}
|
||||
<div><a {{#get_title}}title="{{get_title}}"{{/get_title}} href="{{{action}}}">{{get_content}}</a></div>
|
||||
<li class="mb-1"><a {{#get_title}}title="{{get_title}}"{{/get_title}} href="{{{action}}}">{{get_content}}</a></li>
|
||||
{{/nodes}}
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -76,3 +76,9 @@ Feature: Access to preferences page
|
||||
And I am on site homepage
|
||||
When I follow "Student 1"
|
||||
Then I should see "Preferences" in the "region-main" "region"
|
||||
|
||||
@accessibility @javascript
|
||||
Scenario: Check the user preferences page against accessibility standards
|
||||
Given I log in as "admin"
|
||||
When I follow "Preferences" in the user menu
|
||||
Then the page should meet accessibility standards with "best-practice" extra tests
|
||||
|
||||
Reference in New Issue
Block a user