diff --git a/cypress/downloads/downloads.html b/cypress/downloads/downloads.html new file mode 100644 index 0000000..fd033a6 Binary files /dev/null and b/cypress/downloads/downloads.html differ diff --git a/cypress/e2e/seo.cy.js b/cypress/e2e/seo.cy.js index 6ee009f..851a511 100644 --- a/cypress/e2e/seo.cy.js +++ b/cypress/e2e/seo.cy.js @@ -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" ); }); });