From 6974c405b469e417c30a74675574827e7cdbc5c8 Mon Sep 17 00:00:00 2001 From: Jonas-Merlin Schumacher Date: Mon, 19 Feb 2024 07:07:55 +0100 Subject: [PATCH] test: Delete trailing slash from test --- cypress/e2e/seo.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/seo.cy.js b/cypress/e2e/seo.cy.js index 851a511..6ee009f 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/" ); }); });