Skip to content

Commit 1992eab

Browse files
committed
fix: hide animation in e2e tests to avoid flakiness
1 parent 07a74cf commit 1992eab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/api/hooks/input/use-focused-input-handler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords:
1818

1919
import HoverableKeyboard from "@site/src/components/HoverableKeyboard";
2020

21-
<div className="interactive-animation">
21+
<div className="interactive-animation lottie">
2222
<HoverableKeyboard />
2323
</div>
2424

docs/versioned_docs/version-1.12.0/api/hooks/input/use-focused-input-handler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords:
1818

1919
import HoverableKeyboard from "@site/src/components/HoverableKeyboard";
2020

21-
<div className="interactive-animation">
21+
<div className="interactive-animation lottie">
2222
<HoverableKeyboard />
2323
</div>
2424

docs/versioned_docs/version-1.13.0/api/hooks/input/use-focused-input-handler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords:
1818

1919
import HoverableKeyboard from "@site/src/components/HoverableKeyboard";
2020

21-
<div className="interactive-animation">
21+
<div className="interactive-animation lottie">
2222
<HoverableKeyboard />
2323
</div>
2424

0 commit comments

Comments
 (0)