Skip to content

Commit

Permalink
import test id
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Feb 22, 2023
1 parent f1791d3 commit 5b647ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { CspEvaluationBadge } from '../../../components/csp_evaluation_badge';
import {
FINDINGS_TABLE_CELL_ADD_FILTER,
FINDINGS_TABLE_CELL_ADD_NEGATED_FILTER,
FINDINGS_TABLE_EXPAND_COLUMN,
} from '../test_subjects';

export type OnAddFilter = <T extends string>(key: T, value: Serializable, negate: boolean) => void;
Expand All @@ -51,7 +52,7 @@ export const getExpandColumn = <T extends unknown>({
width: '40px',
actions: [
{
'data-test-subj': 'findings_table_expand_column',
'data-test-subj': FINDINGS_TABLE_EXPAND_COLUMN,
name: i18n.translate('xpack.csp.expandColumnNameLabel', { defaultMessage: 'Expand' }),
description: i18n.translate('xpack.csp.expandColumnDescriptionLabel', {
defaultMessage: 'Expand',
Expand Down

0 comments on commit 5b647ee

Please sign in to comment.