Skip to content

Commit cca3541

Browse files
committed
fix: Add data test id
1 parent 714475b commit cca3541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/tooltip/simple.page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export default function TooltipSimple() {
7777
onFocus: () => setShowInteractive(true),
7878
onBlur: () => setShowInteractive(false),
7979
}}
80+
data-testid="hover-button"
8081
>
8182
Hover
8283
</Button>

0 commit comments

Comments
 (0)