// TODO : update tests based on new button // import { useState } from "react"; // import "@testing-library/jest-dom"; // import { screen, render, waitFor } from "@testing-library/react"; // import { default as Modal } from './Modal'; // import Button from "../buttons/Button"; // import { click } from "../../../__mocks__/eventMock"; // const Template = (args: any) => { // const [isOpen, toggleOpen] = useState(true); // return
//
// }; // describe("Modal component", () => { // test("Validating child element count and styles of modal wrapper", () => { // render(