Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Apr 11, 2023
1 parent 9e49d09 commit cdddec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Tooltip/__tests__/__snapshots__/Tooltip.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ exports[`Tooltip renders consistently 1`] = `
onMouseLeave={[Function]}
>
<button
aria-labelledby="react-aria6860858520-1"
aria-labelledby="react-aria2710738689-1"
className="c1"
data-block={null}
data-no-visuals={true}
Expand Down Expand Up @@ -534,7 +534,7 @@ exports[`Tooltip renders consistently 1`] = `
aria-hidden={true}
className="c3"
data-direction="n"
id="react-aria6860858520-1"
id="react-aria2710738689-1"
>
label type tooltip
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/__tests__/__snapshots__/TextInput.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ exports[`TextInput renders trailingAction icon button 1`] = `
>
<button
aria-label="iconLabel"
aria-labelledby="react-aria6404266095-2"
aria-labelledby="react-aria5049103696-2"
className="c4"
data-block={null}
data-component="IconButton"
Expand Down Expand Up @@ -1929,7 +1929,7 @@ exports[`TextInput renders trailingAction icon button 1`] = `
aria-hidden={true}
className="c5"
data-direction="n"
id="react-aria6404266095-2"
id="react-aria5049103696-2"
>
iconLabel
</div>
Expand Down Expand Up @@ -2979,7 +2979,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
onMouseLeave={[Function]}
>
<button
aria-labelledby="react-aria6404266095-1"
aria-labelledby="react-aria5049103696-1"
className="c4"
data-block={null}
data-no-visuals={true}
Expand All @@ -3004,7 +3004,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
aria-hidden={true}
className="c6"
data-direction="n"
id="react-aria6404266095-1"
id="react-aria5049103696-1"
>
Clear input
</div>
Expand Down

0 comments on commit cdddec8

Please sign in to comment.