Skip to content

Commit

Permalink
Turn off autorefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Oct 23, 2023
1 parent d2ee778 commit 261ffd5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { RULE_SWITCH } from '../../../../../screens/alerts_detection_rules';

import {
deleteFirstRule,
disableAutoRefresh,
getRulesManagementTableRows,
selectRulesByName,
} from '../../../../../tasks/alerts_detection_rules';
Expand All @@ -33,6 +34,7 @@ describe('Rule deletion', { tags: ['@ess', '@serverless'] }, () => {
createRule(testRules[2]);
login();
visitRulesManagementTable();
disableAutoRefresh();
});

it('User can delete an individual rule', () => {
Expand Down

0 comments on commit 261ffd5

Please sign in to comment.