Skip to content

Commit 62d3988

Browse files
committed
Merge branch 'master' into release/15.0.0
2 parents 8933ef8 + b8718ef commit 62d3988

File tree

2 files changed

+2
-92
lines changed

2 files changed

+2
-92
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
})

examples/testing-dom__clipboard/cypress/e2e/spec.cy.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)