Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit fa24778

Browse files
committed
Break a test
1 parent ab6dafa commit fa24778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe("Gatsby blog", () => {
55
})
66

77
it("loads home page", () => {
8-
cy.get("main > h1").should("include", "Hellllllo")
8+
cy.get("main > h1").should("include", "Hellllllo you")
99
})
1010

1111
it("navigates to second page and back", () => {

0 commit comments

Comments
 (0)