Skip to content

Commit a86d674

Browse files
committed
idk what I'm doing, copilot fixed that
1 parent 50cf736 commit a86d674

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

1212
it('Acc test clusters list', () => {
13-
alert(Cypress.env('IS_PR'), typeof Cypress.env('IS_PR'));
14-
cy.log(Cypress.env('IS_PR'));
15-
cy.wait(10000);
16-
1713
cy.visit(`${config.clusterAddress}/clusters`)
1814
.runAllAccessibilityTests()
1915
.printAccessibilityTestResults();

0 commit comments

Comments
 (0)