Skip to content

Commit 2c18fc5

Browse files
Update src/__tests__/role.js
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
1 parent 3bca028 commit 2c18fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/role.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ test('can be filtered by accessible description', () => {
601601
).not.toBeNull()
602602
})
603603

604-
test('error should include description when filtering a no results are found', () => {
604+
test('error should include description when filtering and no results are found', () => {
605605
const targetedNotificationMessage = 'Your session is about to expire!'
606606
const {getByRole} = renderIntoDocument(
607607
`<div role="dialog" aria-describedby="some-id"><div><button>Close</button></div><div id="some-id">${targetedNotificationMessage}</div></div>`,

0 commit comments

Comments
 (0)