Skip to content

Commit d245247

Browse files
author
Raphael Kabo
committed
increase timeout for flaky test
1 parent e25d5c8 commit d245247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cypress/tests/e2e/e2e.cy.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ describe('E2E with Okta', () => {
4747
timeout: 30000,
4848
}).click();
4949
cy.visit('/email-prefs');
50-
cy.get('input[type="checkbox"]').should('not.be.checked');
50+
cy.get('input[type="checkbox"]', {
51+
timeout: 30000,
52+
}).should('not.be.checked');
5153
});
5254
});
5355

0 commit comments

Comments
 (0)