Skip to content

Commit

Permalink
fix: cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
OM committed Dec 23, 2023
1 parent c50d000 commit bfcd4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ it("titles are correct", () => {
const page = cy.visit("http://localhost:4321");

page.get("title").should("have.text", "Astro is awesome!");
page.get("h2").should("have.text", "Hello world from Astro");
page.get("h1").should("have.text", "Hello world from Astro");
});

0 comments on commit bfcd4f1

Please sign in to comment.