Skip to content

Commit

Permalink
[Observability] update events visualization test (#925)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
(cherry picked from commit 07cf4ff)
  • Loading branch information
ps48 authored and github-actions[bot] committed Oct 12, 2023
1 parent 85c7195 commit d89d91e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ describe('Saves a query on explorer page', () => {
cy.get(
'[data-test-subj="eventExplorer__querySaveComboBox"] [data-test-subj="comboBoxToggleListButton"]'
).click();
cy.get('[data-test-subj="eventExplorer__querySaveName"]').type(SAVE_QUERY2);
cy.get('[data-test-subj="eventExplorer__querySaveName"]')
.focus()
.type(SAVE_QUERY2, { force: true });
cy.get('[data-test-subj="eventExplorer__querySaveConfirm"]').click();
cy.wait(delayTime * 2);

Expand Down

0 comments on commit d89d91e

Please sign in to comment.