Skip to content
Snippets Groups Projects
Commit 18ce9db1 authored by Alexander Madsen's avatar Alexander Madsen
Browse files

CE-1782: Remove dummy test CypressComponentTestExample

parent b5f290ce
No related branches found
No related tags found
Loading
import React from "react";
import { Button } from "@mui/material";
it("Button", () => {
cy.mount(<Button>Test button</Button>);
cy.get("button").contains("Test button");
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment