From e045d2fd59051930722a06c7b68616cabbd8427c Mon Sep 17 00:00:00 2001 From: PhilippeOberti Date: Tue, 7 Feb 2023 14:05:10 -0600 Subject: [PATCH] [TIP] fix broken cypress tests after change made in cases plugin (commit c3ea5e5b3a2f0e13e743eea059404c81a07576c1) --- .../plugins/threat_intelligence/cypress/screens/indicators.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/threat_intelligence/cypress/screens/indicators.ts b/x-pack/plugins/threat_intelligence/cypress/screens/indicators.ts index 764d6348a07a8..31134d6691f48 100644 --- a/x-pack/plugins/threat_intelligence/cypress/screens/indicators.ts +++ b/x-pack/plugins/threat_intelligence/cypress/screens/indicators.ts @@ -191,9 +191,9 @@ export const CASE_COMMENT_EXTERNAL_REFERENCE = `[data-test-subj="comment-externa export const CASE_ACTION_WRAPPER = `[data-test-subj="case-action-bar-wrapper"]`; -export const CASE_ELLIPSE_BUTTON = `[data-test-subj="property-actions-ellipses"]`; +export const CASE_ELLIPSE_BUTTON = `[data-test-subj="property-actions-case-ellipses"]`; -export const CASE_ELLIPSE_DELETE_CASE_OPTION = `[data-test-subj="property-actions-trash"]`; +export const CASE_ELLIPSE_DELETE_CASE_OPTION = `[data-test-subj="property-actions-case-trash"]`; export const CASE_ELLIPSE_DELETE_CASE_CONFIRMATION_BUTTON = `[data-test-subj="confirmModalConfirmButton"]`;