Skip to content

Commit

Permalink
Merge branch 'main' into am-data-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 authored Nov 22, 2024
2 parents 9e87aea + 041357f commit d75bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/label.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('should set label and description', () => {
columns: [],
'aria-label': 'label',
'aria-labelledby': 'labelledby',
'aria-description': 'description',
'aria-description': 'description
'aria-describedby': 'describedby',
'data-testid': 'testid',
'data-custom': 'custom'
Expand Down

0 comments on commit d75bf39

Please sign in to comment.