Skip to content

Commit

Permalink
[EDR Workflows] Fix flaky test (elastic#164679)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Aug 31, 2023
1 parent 235b272 commit 175e5dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ describe('ALL - Live Query Packs', { tags: ['@serverless', '@ess'] }, () => {
selectAllAgents();
submitQuery();
cy.getBySel('live-query-loading').should('exist');
cy.getBySel('live-query-loading', { timeout: 10000 }).should('not.exist');
cy.getBySel('toggleIcon-system_memory_linux_elastic').click();
checkResults();
checkActionItemsInResults({
Expand Down

0 comments on commit 175e5dc

Please sign in to comment.