mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[TIP] Cleanup flyout indicators table testid (#144893)
## Summary Minor cleanup that closes https://github.com/elastic/security-team/issues/5019
This commit is contained in:
parent
a1128cf3cc
commit
ae64c2cf3e
2 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ export const FLYOUT_TITLE = `[data-test-subj="tiIndicatorFlyoutTitle"]`;
|
|||
|
||||
export const FLYOUT_TABS = `[data-test-subj="tiIndicatorFlyoutTabs"]`;
|
||||
|
||||
export const FLYOUT_TABLE = `[data-test-subj="tiFlyoutTableTabRow"]`;
|
||||
export const FLYOUT_TABLE = `[data-test-subj="tiFlyoutTable"]`;
|
||||
|
||||
export const FLYOUT_JSON = `[data-test-subj="tiFlyoutJsonCodeBlock"]`;
|
||||
|
||||
|
@ -99,13 +99,13 @@ export const FLYOUT_BLOCK_MORE_ACTIONS_BUTTON =
|
|||
'[data-test-subj="tiFlyoutOverviewHighLevelBlocksPopoverButton"] button';
|
||||
|
||||
export const FLYOUT_TABLE_TAB_ROW_TIMELINE_BUTTON =
|
||||
'[data-test-subj="tiFlyoutTableTabRowTimelineButton"]';
|
||||
'[data-test-subj="tiFlyoutTableTimelineButton"]';
|
||||
|
||||
export const FLYOUT_TABLE_TAB_ROW_FILTER_IN_BUTTON =
|
||||
'[data-test-subj="tiFlyoutTableTabRowFilterInButton"]';
|
||||
'[data-test-subj="tiFlyoutTableFilterInButton"]';
|
||||
|
||||
export const FLYOUT_TABLE_TAB_ROW_FILTER_OUT_BUTTON =
|
||||
'[data-test-subj="tiFlyoutTableTabRowFilterOutButton"]';
|
||||
'[data-test-subj="tiFlyoutTableFilterOutButton"]';
|
||||
|
||||
/* Field selector */
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import { Indicator } from '../../../../../../common/types/indicator';
|
|||
import { IndicatorEmptyPrompt } from '../empty_prompt';
|
||||
import { IndicatorFieldsTable } from '../fields_table';
|
||||
|
||||
export const TABLE_TEST_ID = 'tiFlyoutTableTabRow';
|
||||
export const TABLE_TEST_ID = 'tiFlyoutTable';
|
||||
|
||||
const search = {
|
||||
box: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue