From 8f139cffa6ac3011be660ec876d0ce4d517274f6 Mon Sep 17 00:00:00 2001 From: Davis Plumlee Date: Thu, 1 Oct 2020 17:01:22 -0600 Subject: [PATCH] adds back data-test-subj --- .../detections/pages/detection_engine/rules/all/columns.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/columns.tsx b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/columns.tsx index 2779ce30ce7766..c0786f5234157f 100644 --- a/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/columns.tsx +++ b/x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/columns.tsx @@ -46,6 +46,7 @@ export const getActions = ( reFetchRules: (refreshPrePackagedRule?: boolean) => void ) => [ { + 'data-test-subj': 'editRuleAction', description: i18n.EDIT_RULE_SETTINGS, icon: 'controlsHorizontal', name: i18n.EDIT_RULE_SETTINGS,