Skip to content

Commit 98a5132

Browse files
TackAdamgithub-actions[bot]
authored andcommitted
add wait for failing test (#1697)
Signed-off-by: Adam Tackett <tackadam@amazon.com> Co-authored-by: Adam Tackett <tackadam@amazon.com> (cherry picked from commit fce054e)
1 parent c67da74 commit 98a5132

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

+3
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)