Skip to content

Commit

Permalink
selector
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Jun 22, 2021

Verified

This commit was signed with the committer’s verified signature.
thompsongl Greg Thompson
1 parent 4e495d8 commit 91b26f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x-pack/plugins/security_solution/cypress/screens/timeline.ts
Original file line number Diff line number Diff line change
@@ -175,9 +175,11 @@ export const TIMELINE_EVENTS_COUNT_PER_PAGE_BTN = '[data-test-subj="local-events
export const TIMELINE_EVENTS_COUNT_PER_PAGE_OPTION = (itemsPerPage: number) =>
`[data-test-subj="items-per-page-option-${itemsPerPage}"]`;

export const TIMELINE_EVENTS_COUNT_NEXT_PAGE = '[data-test-subj="pagination-button-next"]';
export const TIMELINE_EVENTS_COUNT_NEXT_PAGE =
'[data-test-subj="timeline"] [data-test-subj="pagination-button-next"]';

export const TIMELINE_EVENTS_COUNT_PREV_PAGE = '[data-test-subj="pagination-button-previous"]';
export const TIMELINE_EVENTS_COUNT_PREV_PAGE =
'[data-test-subj="timeline"] [data-test-subj="pagination-button-previous"]';

export const TIMELINE_FIELDS_BUTTON =
'[data-test-subj="timeline"] [data-test-subj="show-field-browser"]';

0 comments on commit 91b26f9

Please sign in to comment.