Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created August 3, 2021 08:33
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/d31ceeb6c533fcde7a07a3a9d736cf5d to your computer and use it in GitHub Desktop.
Save rainerhahnekamp/d31ceeb6c533fcde7a07a3a9d736cf5d to your computer and use it in GitHub Desktop.
it("should click on add customers", () => {
cy.visit("");
cy.get("[data-test=btn-customers]").click();
cy.get("[data-test=btn-customers-add]").click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment