CEC-1230 Datascope opens iframe dashboard (#174)
* CEC-1230 Datascope opens iframe dashboard * Clean up
This commit is contained in:
@@ -4,6 +4,7 @@ import { render, waitFor } from "@testing-library/react";
|
||||
import CarUpdateStatusProgress from "../CarUpdateStatusProgress";
|
||||
import useStyles from "../../useStyles";
|
||||
import s from "./Statuses";
|
||||
import addSnapshotSerializer from "../../../utils/snapshot";
|
||||
|
||||
const TestWrapper = ({ status }) => {
|
||||
const classes = useStyles();
|
||||
@@ -17,6 +18,10 @@ const renderCarUpdateStatusProgress = async (status) => {
|
||||
};
|
||||
|
||||
describe("CarUpdateStatusProgress", () => {
|
||||
beforeAll(() => {
|
||||
addSnapshotSerializer(expect);
|
||||
});
|
||||
|
||||
const tests = [
|
||||
{
|
||||
name: "manifest_received",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user