The content of both tests is: ``` import React fro...
# cy10-feedback
l
The content of both tests is:
Copy code
import React from "react";

describe("ComponentName2.cy.ts", () => {
  it("playground", () => {
    cy.mount(<h2>Heading</h2>);
  });
});