Skip to content

Commit 937f539

Browse files
committed
tooltip
1 parent ef5d9d6 commit 937f539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/security_solution/cypress/tasks

x-pack/plugins/security_solution/cypress/tasks/timeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const goToQueryTab = () => {
9999
export const addNotesToTimeline = (notes: string) => {
100100
goToNotesTab();
101101
cy.get(NOTES_TEXT_AREA).type(notes);
102-
cy.get(ADD_NOTE_BUTTON).click();
102+
cy.get(ADD_NOTE_BUTTON).click({ force: true });
103103
cy.get(QUERY_TAB_BUTTON).click();
104104
};
105105

0 commit comments

Comments
 (0)