From 7109ef3b63c4c3e926ec7ac66ee08a6efbd3545a Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Mon, 11 Oct 2021 12:46:38 +0200 Subject: [PATCH] fixes type check issues --- .../custom_query_rule.spec.ts | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/x-pack/plugins/security_solution/cypress/upgrade_integration/custom_query_rule.spec.ts b/x-pack/plugins/security_solution/cypress/upgrade_integration/custom_query_rule.spec.ts index f5e7d097c5eeb..1af7a3f9bed03 100644 --- a/x-pack/plugins/security_solution/cypress/upgrade_integration/custom_query_rule.spec.ts +++ b/x-pack/plugins/security_solution/cypress/upgrade_integration/custom_query_rule.spec.ts @@ -5,42 +5,24 @@ * 2.0. */ -import { - ALERT_DETAILS_CELLS, - ALERT_DETAILS_NETWORK_CELLS, - RULE_NAME, - SERVER_SIDE_EVENT_COUNT, -} from '../screens/alerts_detection_rules'; +import { ALERT_DETAILS_CELLS, SERVER_SIDE_EVENT_COUNT } from '../screens/alerts_detection_rules'; import { ADDITIONAL_LOOK_BACK_DETAILS, ABOUT_DETAILS, - ABOUT_INVESTIGATION_NOTES, ABOUT_RULE_DESCRIPTION, CUSTOM_QUERY_DETAILS, DEFINITION_DETAILS, - FALSE_POSITIVES_DETAILS, getDetails, - removeExternalLinkText, INDEX_PATTERNS_DETAILS, - INVESTIGATION_NOTES_MARKDOWN, - INVESTIGATION_NOTES_TOGGLE, - MITRE_ATTACK_DETAILS, - REFERENCE_URLS_DETAILS, RISK_SCORE_DETAILS, RULE_NAME_HEADER, RULE_TYPE_DETAILS, RUNS_EVERY_DETAILS, SCHEDULE_DETAILS, SEVERITY_DETAILS, - TAGS_DETAILS, TIMELINE_TEMPLATE_DETAILS, } from '../screens/rule_details'; -import { - goToManageAlertsDetectionRules, - waitForAlertsIndexToBeCreated, - waitForAlertsPanelToBeLoaded, -} from '../tasks/alerts'; import { waitForPageToBeLoaded } from '../tasks/common'; import { waitForRulesTableToBeLoaded, goToRuleDetails } from '../tasks/alerts_detection_rules'; import { loginAndWaitForPage } from '../tasks/login';