mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[EDR Workflows] Fix Osquery Metrics cypress (#166237)
This commit is contained in:
parent
2e38daf343
commit
46ac8b24a2
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export const triggerLoadData = () => {
|
|||
cy.getBySel('infraWaffleTimeControlsAutoRefreshButton').should('exist');
|
||||
cy.wait(1000);
|
||||
cy.getBySel('infraWaffleTimeControlsAutoRefreshButton').click();
|
||||
cy.getBySel('nodeContainer').eq(2).should('exist');
|
||||
cy.getBySel('nodeContainer').last().should('exist');
|
||||
cy.getBySel('infraWaffleTimeControlsStopRefreshingButton').click();
|
||||
cy.getBySel('nodeContainer').eq(2).click();
|
||||
cy.getBySel('nodeContainer').last().click();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue