"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VISUALIZE_TAB_TEST_ID = exports.RESPONSE_TAB_TEST_ID = exports.INVESTIGATION_TAB_TEST_ID = exports.INSIGHTS_TAB_TEST_ID = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const VISUALIZE_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutVisualizeTab'; exports.VISUALIZE_TAB_TEST_ID = VISUALIZE_TAB_TEST_ID; const INSIGHTS_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutInsightsTab'; exports.INSIGHTS_TAB_TEST_ID = INSIGHTS_TAB_TEST_ID; const INVESTIGATION_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutInvestigationTab'; exports.INVESTIGATION_TAB_TEST_ID = INVESTIGATION_TAB_TEST_ID; const RESPONSE_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutResponseTab'; exports.RESPONSE_TAB_TEST_ID = RESPONSE_TAB_TEST_ID;