Skip to content

Commit 2c0063e

Browse files
committed
notebooks intercept savedobjsearch for clean up
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
1 parent 3ea630a commit 2c0063e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,12 @@ describe('Testing paragraphs', () => {
382382

383383
describe('clean up all test data', () => {
384384
it('Delete visualizations from event analytics', () => {
385+
cy.intercept(
386+
'GET',
387+
'*/api/observability/event_analytics/saved_objects?*'
388+
).as('savedObjSearch');
385389
moveToEventsHome();
390+
cy.wait('@savedObjSearch');
386391
cy.get('[data-test-subj="tablePaginationPopoverButton"]')
387392
.trigger('mouseover')
388393
.click();

0 commit comments

Comments
 (0)