Skip to content

Commit deb26a5

Browse files
add wait for failing test (#1697) (#1699)
Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> (cherry picked from commit fce054e) Co-authored-by: Adam Tackett <[email protected]>
1 parent d71a6b7 commit deb26a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cypress/integration/plugins/observability-dashboards/6_notebooks.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ const deleteAllNotebooks = () => {
7373
'DELETE',
7474
'/api/observability/notebooks/note/savedNotebook/*'
7575
).as('deleteNotebook');
76+
77+
cy.wait(delayTime*3);
7678
moveToNotebookHome();
79+
cy.wait(delayTime*3);
7780

7881
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
7982

0 commit comments

Comments
 (0)