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 f5ffdc4 commit 51ee65fCopy full SHA for 51ee65f
packages/react/src/__tests__/Dialog.test.tsx
@@ -1,6 +1,6 @@
1
import React, {useState, useRef} from 'react'
2
import {Dialog, Box, Text, Button} from '..'
3
-import {render as HTMLRender, fireEvent, getByRole, waitFor} from '@testing-library/react'
+import {render as HTMLRender, fireEvent, waitFor} from '@testing-library/react'
4
import axe from 'axe-core'
5
import userEvent from '@testing-library/user-event'
6
import {behavesAsComponent, checkExports} from '../utils/testing'
0 commit comments