-
Notifications
You must be signed in to change notification settings - Fork 46
Fix members component and e2e tests #1397
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR temporarily disables a failing end-to-end test in the daily test suite by skipping the "Members management" test. The change includes a TODO comment indicating that a proper fix will be implemented in a separate PR.
- Adds
test.skip()
to temporarily disable the failing Members management test - Includes a TODO comment explaining the temporary nature of the skip
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Just a few minor comments, but it's generally LGTM
password: 'Test1234', | ||
role: USER_ROLE.WORKSPACE_ADMIN, | ||
workspaceRole: USER_ROLE.WORKSPACE_ADMIN, | ||
organizationRole: USER_ROLE.ORGANIZATION_ADMIN, |
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.
The user should not have the ORGNIZATION_ADMIN
role and any other role simultaneously.
await membersPage.resetSearchFilter(); | ||
}); | ||
|
||
await test.step('Edits workspace admin and workspace contributor member', async () => { |
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.
Should this test and the next one be renamed?
π Description
β¨ Type of Change
Select the type of change your PR introduces:
π§ͺ Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
β Checklist
Before submitting the PR, ensure the following: