Skip to content

Commit 6bcf724

Browse files
committed
try something different
1 parent 2df0329 commit 6bcf724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/tests/accessibility/test-acc-cluster.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ context('Accessibility test Cluster list and overview', () => {
1010
});
1111

1212
it('Acc test clusters list', () => {
13-
alert(Cypress.env('IS_PR'));
13+
alert(Cypress.env('IS_PR'), typeof Cypress.env('IS_PR'));
1414
cy.log(Cypress.env('IS_PR'));
15-
cy.wait(1000);
15+
cy.wait(10000);
1616

1717
cy.visit(`${config.clusterAddress}/clusters`)
1818
.runAllAccessibilityTests()

0 commit comments

Comments
 (0)