Skip to content

Commit a440189

Browse files
committed
Enable reduced animation in VRTs
1 parent 7c59837 commit a440189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/support/component-index-ada.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<title>Ada Computer Science</title>
3030
</head>
3131
<body>
32-
<div data-cy-root></div>
32+
<div data-cy-root id="root" data-reduced-motion="true"></div>
3333
</body>
3434
</html>

cypress/support/component-index-phy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<title>Isaac Science</title>
3030
</head>
3131
<body data-bs-theme="neutral">
32-
<div data-cy-root id="root"></div>
32+
<div data-cy-root id="root" data-reduced-motion="true"></div>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)