This commit is contained in:
Huong Nguyen
2025-12-04 09:18:52 +07:00
2 changed files with 10 additions and 4 deletions
@@ -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