Skip to content

Commit

Permalink
update events visualization test
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Oct 12, 2023
1 parent 31c9fe9 commit 4842151
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 4842151

Please sign in to comment.