"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_TAB_ERROR_TEST_ID = exports.TABLE_TAB_CONTENT_TEST_ID = exports.JSON_TAB_ERROR_TEST_ID = exports.JSON_TAB_CONTENT_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 TABLE_TAB_CONTENT_TEST_ID = 'event-fields-browser'; exports.TABLE_TAB_CONTENT_TEST_ID = TABLE_TAB_CONTENT_TEST_ID; const TABLE_TAB_ERROR_TEST_ID = 'securitySolutionAlertDetailsFlyoutTableTabError'; exports.TABLE_TAB_ERROR_TEST_ID = TABLE_TAB_ERROR_TEST_ID; const JSON_TAB_CONTENT_TEST_ID = 'jsonView'; exports.JSON_TAB_CONTENT_TEST_ID = JSON_TAB_CONTENT_TEST_ID; const JSON_TAB_ERROR_TEST_ID = 'securitySolutionDocumentDetailsFlyoutJsonTabError'; exports.JSON_TAB_ERROR_TEST_ID = JSON_TAB_ERROR_TEST_ID;