Feature/new security e2e tests#2460
Draft
jvorcak wants to merge 4 commits into
Draft
Conversation
- Add enterprise E2E tests for new security users and roles pages (security-users.spec.ts, security-roles.spec.ts, utils/security-page-new.ts) - Fix Combobox testid: use inputTestId instead of testId so the attribute lands on the <input> element, not the PopoverPrimitive.Root wrapper - Fix Input testid in ChangePasswordModal: use testId prop instead of data-testid attribute to avoid being overridden by the component's spread - Add save-password-button testid to the ChangePasswordModal submit button
…se scenarios - Add featureFlags fixture to Kafka test variant - Add security-kafka.spec.ts covering old/new layout tab states and ACL dialog - Add security-users-advanced.spec.ts for role assignment, allow-all-operations, assign/remove role from user details, and permissions page integration - Add testIds allow-all-operations-button and confirm-allow-all-button to AclsCard - Fix assign-role-combobox to use inputTestId instead of testId on Combobox - Add createUserWithRole, allowAllOperations, assignRoleFromDetails, removeRoleFromDetails helpers to SecurityPageNew POM
Enterprise variant enables schemaRegistryACLApi, producing 6 Allow cells (not 4). Use nth(3) instead of toHaveCount(4) to assert at least 4 exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.