Skip to content

Commit

Permalink
test: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Jun 1, 2024
1 parent 0e37819 commit 3388a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added cypress/downloads/downloads.html
Binary file not shown.
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

0 comments on commit 3388a2f

Please sign in to comment.