fix, testing: i18n not properly configured
This commit is contained in:
@@ -66,8 +66,6 @@ describe("VideoPreview", () => {
|
||||
children={<></>}
|
||||
/>,
|
||||
);
|
||||
expect(queryByRole("status")).toHaveTextContent(
|
||||
"video_tile.camera_starting",
|
||||
);
|
||||
expect(queryByRole("status")).toHaveTextContent("Video loading...");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user