// It renders the component on the page import * as React from "react"; import { render, screen } from "@testing-library/react"; import { Button } from "./live"; import settings from "./settings"; describe("Button (Rendering)", () => { it(`Should render on the page`, () => { const testId = "WC-BUTTON-LIVE"; const { debug } = render(