Skip to content

Commit 8a37eee

Browse files
committed
test: remove test
1 parent 696e2c8 commit 8a37eee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/__tests__/role.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,3 @@ describe('configuration', () => {
543543
}
544544
})
545545
})
546-
547-
test('should get button using his text content when title is empty', () => {
548-
const {getByRole} = renderIntoDocument(
549-
'<button title="">click on me</button>',
550-
)
551-
expect(getByRole('button', {name: 'click on me'})).toBeInTheDocument()
552-
})

0 commit comments

Comments
 (0)