From ab68a4c02ec2e3ea5f9b39c3304848ed24d9d8fb Mon Sep 17 00:00:00 2001 From: Jovan Cvetkovic Date: Fri, 10 Mar 2023 22:38:00 +0100 Subject: [PATCH] [FEATURE] Communicate to users when detector is initializing #227 Signed-off-by: Jovan Cvetkovic --- cypress/integration/2_rules.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/2_rules.spec.js b/cypress/integration/2_rules.spec.js index db757680f..83cb93ee6 100644 --- a/cypress/integration/2_rules.spec.js +++ b/cypress/integration/2_rules.spec.js @@ -305,6 +305,7 @@ describe('Rules', () => { cy.wait('@getPrePackagedRules'); // Search for sample_detector, presumably deleted + cy.wait(2000); cy.get(`input[placeholder="Search rules"]`).ospSearch(SAMPLE_RULE.name); // Click the rule link to open the details flyout cy.get('tbody').contains(SAMPLE_RULE.name).should('not.exist');