We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b55e0 commit dd3ec67Copy full SHA for dd3ec67
system-tests/projects/e2e/cypress/e2e/web_security.cy.js
@@ -25,7 +25,7 @@ describe('web security', function () {
25
.contains('success!', { timeout: 500 })
26
})
27
28
- it('finds the correct spec bridge even if a previous spec bridge host is a subset of the current host', () => {
+ it('finds the correct spec bridge even if a previous spec bridge host is a subset of the current host', { defaultCommandTimeout: 4000 }, () => {
29
// Establish a spec bridge with a 'bar.com' host prior to loading 'foobar.com'
30
if (Cypress.config('experimentalSessionAndOrigin')) {
31
cy.origin('http://www.bar.com:4466', () => undefined)
0 commit comments