mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[EDR Workflows] Fix osquery test (#166819)
This commit is contained in:
parent
ddfc066856
commit
4327248030
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue