Skip to content

Commit 0cbc3ef

Browse files
Correct test
1 parent 586574a commit 0cbc3ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/tests/cluster/test-custom-resources.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ context('Test Custom Resources', () => {
8181

8282
cy.contains('ui5-button', 'Create').click();
8383

84+
cy.wait(1000);
85+
8486
cy.wrap(loadFile(TCLUSTER_FILE_NAME)).then(TC_CONFIG => {
8587
const TC = JSON.stringify(TC_CONFIG);
8688
cy.pasteToMonaco(TC);

0 commit comments

Comments
 (0)