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 1fcbae3 commit c8d29c6Copy full SHA for c8d29c6
src/__tests__/to-be-in-the-document.js
@@ -4,7 +4,7 @@ test('.toBeInTheDocument', () => {
4
<svg data-testid="svg-element"></svg>`
5
6
const htmlElement = document.querySelector('[data-testid="html-element"]')
7
- const svgElement = document.querySelector('[data-testid="html-element"]')
+ const svgElement = document.querySelector('[data-testid="svg-element"]')
8
const detachedElement = document.createElement('div')
9
const fakeElement = {thisIsNot: 'an html element'}
10
const undefinedElement = undefined
0 commit comments