Created
March 19, 2020 01:10
-
-
Save ryanjyost/b4d31f1ea496e9f6f7d6b9c8403d2140 to your computer and use it in GitHub Desktop.
second
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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