"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_TAB_TEST_ID = exports.OVERVIEW_TAB_TEST_ID = exports.JSON_TAB_TEST_ID = exports.FLYOUT_BODY_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 FLYOUT_BODY_TEST_ID = 'securitySolutionDocumentDetailsFlyoutBody'; exports.FLYOUT_BODY_TEST_ID = FLYOUT_BODY_TEST_ID; const OVERVIEW_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutOverviewTab'; exports.OVERVIEW_TAB_TEST_ID = OVERVIEW_TAB_TEST_ID; const TABLE_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutTableTab'; exports.TABLE_TAB_TEST_ID = TABLE_TAB_TEST_ID; const JSON_TAB_TEST_ID = 'securitySolutionDocumentDetailsFlyoutJsonTab'; exports.JSON_TAB_TEST_ID = JSON_TAB_TEST_ID;