Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Sep 22, 2023
1 parent 86fd68a commit 942a764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 2.0.
*/

import { visitRulesManagementTable } from '../../../../tasks/rules_management';
import {
REFRESH_RULES_STATUS,
RULES_TABLE_AUTOREFRESH_INDICATOR,
Expand All @@ -29,7 +30,6 @@ import { login } from '../../../../tasks/login';
import { createRule } from '../../../../tasks/api_calls/rules';
import { cleanKibana } from '../../../../tasks/common';
import { getNewRule } from '../../../../objects/rule';
import { visitRulesManagementTable } from 'x-pack/test/security_solution_cypress/cypress/tasks/rules_management';

const RULES_TABLE_REFRESH_INTERVAL_MS = 60000;

Expand Down

0 comments on commit 942a764

Please sign in to comment.