-
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] Transforms: Add functional tests for UI permissions #106693
[ML] Transforms: Add functional tests for UI permissions #106693
Conversation
Pinging @elastic/ml-ui (:ml) |
Checking test stability in a flaky test runner job ... 50 failures in 50 runs ❌ |
Checking test stability after the change in a flaky test runner job ... 28 transform failures in 50 runs ❌ All the failures are about action menu entries not being available due to a closed actions popover, but no failure for the permission tests anymore. Looks like we need to apply the fix (use |
Checking test stability after the latest changes in a flaky test runner job ... no failure in 50 runs ✔️ |
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 🎉
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / X-Pack Spaces API Integration Tests -- security_and_spaces.x-pack/test/spaces_api_integration/security_and_spaces/apis/get_all·ts.spaces api with security get all dual-privileges readonly user can access all spaces from space_1 "before all" hook in "dual-privileges readonly user can access all spaces from space_1"Standard Out
Stack Trace
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
LGTM 🎉 |
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
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…106960) * [ML] Transforms: Add functional tests for UI permissions * [ML] Fix for edit flyout action * [ML] Stabilize tests that open the actions menu Co-authored-by: Pete Harverson <peteharverson@users.noreply.github.com>
Summary
Adds functional tests for UI permissions on the Transforms page under Stack Management.
Checks permissions on the Transforms management page and edit transform flyout for the following users:
High-level tests
For more details see test step descriptions.
With no data loaded
With data loaded
Part of #106113.
Checklist