[EDR Workflows] Fix osquery test (#166819)

This commit is contained in:
Tomasz Ciecierski 2023-09-20 15:20:24 +02:00 committed by GitHub
parent ddfc066856
commit 4327248030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,12 @@ describe('Alert Test', { tags: ['@ess'] }, () => {
});
describe('t1_analyst role', () => {
before(() => {
cy.login(ServerlessRoleName.SOC_MANAGER);
cy.visit('/app/security/rules');
clickRuleName(ruleName);
});
beforeEach(() => {
cy.login(ServerlessRoleName.T1_ANALYST);