Skip to content

Commit d96ca5a

Browse files
committed
idk what I'm doing right now
1 parent 538dc56 commit d96ca5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/tests/namespace/a-run-before.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
context('Create Namespace', () => {
44
Cypress.skipAfterFail({ skipAllSuits: true });
55

6-
before(() => cy.loginAndSelectCluster());
6+
before(cy.loginAndSelectCluster);
77

88
it('Create Namespace', () => {
9-
cy.wait(1000);
109
cy.getLeftNav()
1110
.contains('Namespaces')
1211
.click();

0 commit comments

Comments
 (0)