-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Investigations] - Fix search_filter tests #173325
[Investigations] - Fix search_filter tests #173325
Conversation
@@ -64,7 +64,7 @@ export const addDiscoverEsqlQuery = (esqlQuery: string) => { | |||
cy.get(GET_LOCAL_SEARCH_BAR_SUBMIT_BUTTON(DISCOVER_CONTAINER)).realClick(); | |||
}; | |||
|
|||
export const convertNBSPToSP = (str: string) => { | |||
export const convertEditorNonBreakingSpaceToSpace = (str: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing these!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a couple of notes, let me know what you think
...test/security_solution_cypress/cypress/e2e/investigations/timelines/esql/search_filter.cy.ts
Show resolved
Hide resolved
...test/security_solution_cypress/cypress/e2e/investigations/timelines/esql/search_filter.cy.ts
Show resolved
Hide resolved
fee8f4c
to
bc75491
Compare
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Background:
There were originally issues about interacting with the editor that prevented the editor from properly being updated, which were fixed here in the
addDiscoverEsqlQuery
fn. The original issues below identified were due to a login timeout and the query not properly updating oncy.back
. As we do not own the underlying component and behavior, I suspect that specific issue was resolved in the discover component, but investigating and running the flaky test runner to confirm.This fixes the following tests:
Flaky Test Run - Running