Skip to content

Commit

Permalink
chore: Make CI work again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Feb 18, 2024
1 parent ce3ef0f commit be7850c
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 136 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/seo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe("Basic Tags Without URL", () => {
cy.get('head meta[property="og:url"]').should(
"have.attr",
"content",
"http://localhost:4321/ogBasicTagsWithoutUrl"
"http://localhost:4321/ogBasicTagsWithoutUrl/"
);
});
});
Expand Down
Loading

0 comments on commit be7850c

Please sign in to comment.