Skip to content

Commit

Permalink
accept consent
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Jul 19, 2023
1 parent ad05150 commit 93dd857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cypress/integration/contact/contact.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ context("Contact Page", () =>
beforeEach(() =>
{
cy.visit("/kontakt/");
cy.getByTestingAttr("cookie-bar-accept-all").click();
});

it("should check for page title", () =>
Expand All @@ -18,7 +19,6 @@ context("Contact Page", () =>

it("should check for Google Maps iFrame", () =>
{
cy.getByTestingAttr("cookie-bar-accept-all").click();
cy.get(".widget-google-maps iframe").its("0.contentDocument").should("exist");
});

Expand Down

0 comments on commit 93dd857

Please sign in to comment.