Skip to content

Commit

Permalink
reflect change in Field related test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed May 24, 2024
1 parent e956578 commit a296006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('Rendering', () => {
let fieldset = container.firstChild
let field = fieldset?.firstChild

expect(fieldset).toHaveAttribute('aria-disabled', 'true')
expect(fieldset).toHaveAttribute('disabled')
expect(field).toHaveAttribute('aria-disabled', 'true')
})
})

0 comments on commit a296006

Please sign in to comment.