e2e: Fixed issue with aria label (#22166)

* e2e: Fixed issue with aria label

* removed ini
pull/22176/head
Torkel Ödegaard 5 years ago committed by GitHub
parent e5df200893
commit ba7c931286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      public/app/features/dashboard/components/DashboardSettings/template.html

@ -1,6 +1,9 @@
<aside class="dashboard-settings__aside">
<a href="{{::section.url}}" class="dashboard-settings__nav-item" ng-class="{active: ctrl.viewId === section.id}"
ng-repeat="section in ctrl.sections" aria-label={{ctrl.selectors.sectionItems}}>
<a href="{{::section.url}}"
class="dashboard-settings__nav-item"
ng-class="{active: ctrl.viewId === section.id}"
ng-repeat="section in ctrl.sections"
aria-label="{{ctrl.selectors.sectionItems(section.title)}}">
<i class="{{::section.icon}}"></i>
{{::section.title}}
</a>

Loading…
Cancel
Save