Skip to content

Commit 267507c

Browse files
committed
fix tooltip e2e tests
1 parent 328b790 commit 267507c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip/Tooltip.e2e.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("Tooltip", () => {
88
<TooltipContainer
99
style={{
1010
minWidth: "320px",
11-
height: "100px",
11+
height: "150px",
1212
position: "relative",
1313
display: "flex",
1414
border: "1px solid #eee",

0 commit comments

Comments
 (0)