Skip to content

Commit

Permalink
fix: better data-test-subj
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Dec 13, 2023
1 parent 9e951fe commit e23eae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const AddTimelineButtonComponent: React.FC<AddTimelineButtonComponentProps> = ({
() => (
<EuiButtonIcon
className={ADD_TIMELINE_BUTTON_CLASS_NAME}
data-test-subj="settings-plus-in-circle"
data-test-subj="timeline-create-open-control"
iconType="plusInCircle"
iconSize="m"
color="primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const TIMELINE_PANEL = `[data-test-subj="timeline-flyout-header-panel"]`;

export const TIMELINE_QUERY = '[data-test-subj="timelineQueryInput"]';

export const TIMELINE_SETTINGS_ICON = '[data-test-subj="settings-plus-in-circle"]';
export const TIMELINE_SETTINGS_ICON = '[data-test-subj="timeline-create-open-control"]';

export const TIMELINE_SEARCH_OR_FILTER = '[data-test-subj="timeline-select-search-or-filter"]';

Expand Down

0 comments on commit e23eae5

Please sign in to comment.