-
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
[Cases] Fix jira_params.test.tsx
flaky test
#141574
Conversation
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
@@ -196,191 +196,188 @@ const JiraParamsFields: React.FunctionComponent<ActionParamsProps<JiraActionPara | |||
|
|||
return ( | |||
<> | |||
<EuiFormRow |
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.
This is not as bad as it looks. I remove an extra <></>
. Please review with "Hide whitespace" enabled.
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @cnasikas |
* Fix flaky test * Fix typo (cherry picked from commit 4c16e62)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* Fix flaky test * Fix typo (cherry picked from commit 4c16e62) Co-authored-by: Christos Nasikas <[email protected]>
Summary
This is an attempt to fix the flakiness of the
x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/jira/jira_params.test.tsx
flaky test.I did the following:
act
waitFor
when neededI run the test locally 1000 times without issues.
Context: #139062
Checklist
Delete any items that are not applicable to this PR.
For maintainers