Skip to content

Commit

Permalink
fix: unit test buttons were inaccessible
Browse files Browse the repository at this point in the history
  • Loading branch information
brentswisher committed Mar 7, 2024
1 parent c13a4fc commit 8e84ba9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe('pharos-input-group', () => {
it('adjusts the validated icon position when elements are dynamically appended to the group', async () => {
const button = document.createElement('test-pharos-button');
button.icon = 'close';
button.a11yLabel = 'close';
component.appendChild(button);
component.validated = true;

Expand Down

0 comments on commit 8e84ba9

Please sign in to comment.