diff --git a/src/tile/GridTile.test.tsx b/src/tile/GridTile.test.tsx index 4d518df4..ca0fa52c 100644 --- a/src/tile/GridTile.test.tsx +++ b/src/tile/GridTile.test.tsx @@ -12,6 +12,7 @@ import { axe } from "vitest-axe"; import { GridTile } from "./GridTile"; import { withRemoteMedia } from "../utils/test"; +import { ReactionsProvider } from "../useReactions"; test("GridTile is accessible", async () => { await withRemoteMedia( @@ -26,14 +27,16 @@ test("GridTile is accessible", async () => { }, async (vm) => { const { container } = render( - {}} - targetWidth={300} - targetHeight={200} - showVideo - showSpeakingIndicators - />, + + {}} + targetWidth={300} + targetHeight={200} + showVideo + showSpeakingIndicators + /> + , ); expect(await axe(container)).toHaveNoViolations(); // Name should be visible