Skip to content

Commit f1202a9

Browse files
authored
fix: hide the cookie consent banner before asserting on the logo, as it is covered by the banner (#924)
1 parent 01283fc commit f1202a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fundamentals__dynamic-tests/cypress/e2e/subdomains-spec.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ describe('Subdomains', () => {
2323

2424
expect(selector, `logo selector for ${url}`).to.be.a('string')
2525

26+
cy.get('[aria-label="Cookie Consent Banner"] button').click()
27+
2628
cy.get(selector).should('be.visible')
2729
})
2830
})

0 commit comments

Comments
 (0)