Skip to content

Commit 538dc56

Browse files
committed
debug test
1 parent c18a407 commit 538dc56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration/support/navigate-to.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Cypress.Commands.add('navigateTo', (leftNav, resource) => {
2+
cy.wait(1000);
23
cy.getLeftNav()
34
.get(`ui5-side-navigation-item[text="${leftNav}"]`)
45
.should('be.visible')

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ context('Create Namespace', () => {
66
before(() => cy.loginAndSelectCluster());
77

88
it('Create Namespace', () => {
9+
cy.wait(1000);
910
cy.getLeftNav()
1011
.contains('Namespaces')
1112
.click();

0 commit comments

Comments
 (0)