From 959bd577aed2457e3a57771499245d2357df5c51 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Tue, 17 Mar 2020 15:31:40 +0100 Subject: [PATCH] waits for having 25 signals displayed --- .../legacy/plugins/siem/cypress/integration/detections.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/legacy/plugins/siem/cypress/integration/detections.spec.ts b/x-pack/legacy/plugins/siem/cypress/integration/detections.spec.ts index c048510c50c3..de17f40a3ac7 100644 --- a/x-pack/legacy/plugins/siem/cypress/integration/detections.spec.ts +++ b/x-pack/legacy/plugins/siem/cypress/integration/detections.spec.ts @@ -55,6 +55,7 @@ describe('Detections', () => { waitForSignals(); cy.reload(); waitForSignals(); + waitForSignalsToBeLoaded(); const expectedNumberOfSignalsAfterClosing = +numberOfSignals - numberOfSignalsToBeClosed; cy.get(NUMBER_OF_SIGNALS)