Skip to content

Commit

Permalink
test: fix Event Filters form actions to use keyboard to select `@time…
Browse files Browse the repository at this point in the history
…stamp` field
  • Loading branch information
tkajtoch committed May 9, 2024
1 parent a6b1b32 commit 9c48c2b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ export const getArtifactsListTestsData = (): ArtifactsFixtureType[] => [
selector: 'fieldAutocompleteComboBox',
},
{
type: 'click',
customSelector: 'button[title="@timestamp"]',
type: 'input',
customSelector: '[data-test-subj="fieldAutocompleteComboBox"] input',
value: '@timestamp{downArrow}{enter}',
},
{
type: 'click',
Expand Down

0 comments on commit 9c48c2b

Please sign in to comment.