Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created August 3, 2021 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainerhahnekamp/4c1d7b5ea4eaed81365b1fe5831096da to your computer and use it in GitHub Desktop.
Save rainerhahnekamp/4c1d7b5ea4eaed81365b1fe5831096da to your computer and use it in GitHub Desktop.
it("should add a customer", () => {
cy.visit("");
cy.get("a").contains("Customers").click();
cy.get("a").contains("Add Customer").click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment