Skip to content

Commit 026470c

Browse files
committed
fix variables test cluster test, locally works
1 parent e5406f6 commit 026470c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

tests/integration/tests/extensibility/ext-test-variables.spec.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,14 @@ context('Test extensibility variables', () => {
6565
.contains('Namespaces')
6666
.click();
6767

68-
cy.get('ui5-input[id="search-input"]:visible')
68+
cy.wait(500)
69+
.get('ui5-input[id="search-input"]:visible')
6970
.find('input')
70-
.wait(1000)
7171
.type(NAMESPACE);
7272

7373
cy.clickGenericListLink(NAMESPACE);
7474

75-
cy.getLeftNav()
76-
.contains('Testin')
77-
.click();
78-
79-
cy.getLeftNav()
80-
.contains(/^Test Resources$/)
81-
.click();
75+
cy.navigateTo('Testin', 'Test Resources');
8276

8377
cy.openCreate();
8478
});

0 commit comments

Comments
 (0)