Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@ export const ATTACH_ALERT_TO_CASE_BUTTON = '[data-test-subj="add-to-existing-cas

export const ATTACH_TO_NEW_CASE_BUTTON = '[data-test-subj="add-to-new-case-action"]';

export const HOST_RISK_HEADER_COLUMN =
'[data-test-subj="dataGridHeaderCell-host.risk.calculated_level"]';

export const HOST_RISK_COLUMN = '[data-gridcell-column-id="host.risk.calculated_level"]';

export const USER_RISK_HEADER_COLUMN =
'[data-test-subj="dataGridHeaderCell-user.risk.calculated_level"]';

export const USER_RISK_COLUMN = '[data-gridcell-column-id="user.risk.calculated_level"]';

export const ACTION_COLUMN = '[data-gridcell-column-id="expandColumn"]';

export const DATAGRID_CHANGES_IN_PROGRESS = '[data-test-subj="body-data-grid"] .euiProgress';

export const EVENT_CONTAINER_TABLE_LOADING = '[data-test-subj="internalAlertsPageLoading"]';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ export const THREAT_DETAILS_VIEW =

export const UPDATE_ENRICHMENT_RANGE_BUTTON =
'[data-test-subj="securitySolutionFlyoutThreatIntelligenceDetailsEnrichmentRefreshButton"]';

export const ENRICHED_DATA_ROW = `[data-test-subj='EnrichedDataRow']`;

This file was deleted.

This file was deleted.