Skip to content

Instantly share code, notes, and snippets.

@ryanjyost
Created March 19, 2020 01:10
Show Gist options
  • Select an option

  • Save ryanjyost/b4d31f1ea496e9f6f7d6b9c8403d2140 to your computer and use it in GitHub Desktop.

Select an option

Save ryanjyost/b4d31f1ea496e9f6f7d6b9c8403d2140 to your computer and use it in GitHub Desktop.
second
describe("Cypress Tutorial", function() {
it("Makes sure the app is working", function() {
cy.visit("http://localhost:3000");
cy.findByText("Learn React");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment