Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Aug 23, 2023
1 parent 1fa45c4 commit 4d6e602
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
getRuleAssets,
} from '../../tasks/api_calls/prebuilt_rules';
import { deleteAlertsAndRules, reload, resetRulesTableState } from '../../tasks/common';
import { esArchiverResetKibana } from '../../tasks/es_archiver';
import { login, visitWithoutDateRange } from '../../tasks/login';
import {
addElasticRulesButtonClick,
Expand All @@ -45,7 +46,7 @@ describe('Detection rules, Prebuilt Rules Installation and Update workflow', ()
login();
resetRulesTableState();
deleteAlertsAndRules();
cy.task('esArchiverResetKibana');
esArchiverResetKibana();

visitWithoutDateRange(SECURITY_DETECTIONS_RULES_URL);
});
Expand Down

0 comments on commit 4d6e602

Please sign in to comment.