Skip to content

Commit

Permalink
the saved search update sometimes takes longer, so let's wait
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Jan 15, 2024
1 parent e770e35 commit f9fe147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ describe(
addDiscoverEsqlQuery(esqlQuery);
addNameToTimelineAndSave(timelineName);
cy.wait(`@${TIMELINE_REQ_WITH_SAVED_SEARCH}`);
cy.get(LOADING_INDICATOR).should('not.exist');
openKibanaNavigation();
navigateFromKibanaCollapsibleTo(STACK_MANAGEMENT_PAGE);
cy.get(LOADING_INDICATOR).should('not.exist');
Expand Down

0 comments on commit f9fe147

Please sign in to comment.