mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[EDR Workflows] Fix flaky test (#164679)
This commit is contained in:
parent
235b272a88
commit
175e5dc388
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ describe('ALL - Live Query Packs', { tags: ['@serverless', '@ess'] }, () => {
|
||||||
selectAllAgents();
|
selectAllAgents();
|
||||||
submitQuery();
|
submitQuery();
|
||||||
cy.getBySel('live-query-loading').should('exist');
|
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();
|
cy.getBySel('toggleIcon-system_memory_linux_elastic').click();
|
||||||
checkResults();
|
checkResults();
|
||||||
checkActionItemsInResults({
|
checkActionItemsInResults({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue