We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bca028 commit 2c18fc5Copy full SHA for 2c18fc5
src/__tests__/role.js
@@ -601,7 +601,7 @@ test('can be filtered by accessible description', () => {
601
).not.toBeNull()
602
})
603
604
-test('error should include description when filtering a no results are found', () => {
+test('error should include description when filtering and no results are found', () => {
605
const targetedNotificationMessage = 'Your session is about to expire!'
606
const {getByRole} = renderIntoDocument(
607
`<div role="dialog" aria-describedby="some-id"><div><button>Close</button></div><div id="some-id">${targetedNotificationMessage}</div></div>`,
0 commit comments