We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a6b7 commit deb26a5Copy full SHA for deb26a5
cypress/integration/plugins/observability-dashboards/6_notebooks.spec.js
@@ -73,7 +73,10 @@ const deleteAllNotebooks = () => {
73
'DELETE',
74
'/api/observability/notebooks/note/savedNotebook/*'
75
).as('deleteNotebook');
76
+
77
+ cy.wait(delayTime*3);
78
moveToNotebookHome();
79
80
81
cy.get('[data-test-subj="globalLoadingIndicator"]').should('not.exist');
82
0 commit comments