7bed453de3
This introduces ember-a11y-testing to acceptance tests via a helper wrapper that allows us to globally ignore rules that we can address separately. It also adds fixes for the aXe rules that were failing.
6 lines
187 B
Handlebars
6 lines
187 B
Handlebars
{{#if this.visible}}
|
|
<LinkTo @query={{hash currentPage=this.page}} class={{this.attrs.class}} data-test-pager={{this.test}} aria-label={{this.label}}>
|
|
{{yield}}
|
|
</LinkTo>
|
|
{{/if}}
|