-
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
[ML] Enable anomaly charts Accessibility tests #187482
[ML] Enable anomaly charts Accessibility tests #187482
Conversation
/ci |
/ci |
Flaky tests runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6468 |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6468[✅] x-pack/test/accessibility/apps/group3/config.ts: 50/50 tests passed. |
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.
LGTM
@@ -98,6 +97,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { | |||
it('can open job selection flyout', async () => { | |||
await PageObjects.dashboard.clickCreateDashboardPrompt(); | |||
await ml.dashboardEmbeddables.assertDashboardIsEmpty(); | |||
// FIXME remove sleep when https://github.com/elastic/kibana/issues/187587 if fixed | |||
await PageObjects.common.sleep(3000); |
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.
Had to add sleep
due to this bug. When it's fixed, we should replace this hardcoded delay and wait for the list initializaiton.
Pinging @elastic/ml-ui (:ml) |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @darnautov |
## Summary Closes elastic#183196 ### Checklist - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed (cherry picked from commit 503cac3)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) # Backport This will backport the following commits from `main` to `8.15`: - [[ML] Enable anomaly charts Accessibility tests (#187482)](#187482) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-05T13:13:35Z","message":"[ML] Enable anomaly charts Accessibility tests (#187482)\n\n## Summary\r\n\r\nCloses #183196 \r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed","sha":"503cac3127b85f54f6242033cc9154ba872050a7","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","test_ui_functional","release_note:skip","Team:ML","v8.15.0","v8.16.0"],"title":"[ML] Enable anomaly charts Accessibility tests ","number":187482,"url":"https://github.com/elastic/kibana/pull/187482","mergeCommit":{"message":"[ML] Enable anomaly charts Accessibility tests (#187482)\n\n## Summary\r\n\r\nCloses #183196 \r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed","sha":"503cac3127b85f54f6242033cc9154ba872050a7"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/187482","number":187482,"mergeCommit":{"message":"[ML] Enable anomaly charts Accessibility tests (#187482)\n\n## Summary\r\n\r\nCloses #183196 \r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed","sha":"503cac3127b85f54f6242033cc9154ba872050a7"}}]}] BACKPORT--> Co-authored-by: Dima Arnautov <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Closes #183196
Checklist