Replace react-dom tests with react testing-library tests (#10260)
This commit is contained in:
parent
5398db21ad
commit
e5291c195d
4 changed files with 132 additions and 184 deletions
|
@ -95,7 +95,7 @@ exports[`<TooltipTarget /> renders container 1`] = `
|
|||
<div
|
||||
aria-describedby="test id"
|
||||
class="test tooltipTargetClassName"
|
||||
data-test-id="test"
|
||||
data-testid="test"
|
||||
tabindex="0"
|
||||
>
|
||||
<span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue