Skip to content

Commit

Permalink
feat: add aria label + specific data test to not to inherit the BaseE…
Browse files Browse the repository at this point in the history
…ventButton one

EMP-3546
  • Loading branch information
annacv committed Feb 29, 2024
1 parent 88c008a commit aa994bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x-components/src/components/page-loader-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
class="x-button"
:class="buttonClasses"
:events="{ UserReachedResultsListEnd: undefined }"
data-test="load-content"
aria-label="Load"
>
<!-- @slot (Required) Button content with a text, an icon or both -->
<slot name="buttonContent">Load</slot>
Expand Down

0 comments on commit aa994bc

Please sign in to comment.