[full-ci][tests-only] test: convert admin-settings-spaces.feature to playwright#13488
Open
anon-pradip wants to merge 6 commits intomasterfrom
Open
[full-ci][tests-only] test: convert admin-settings-spaces.feature to playwright#13488anon-pradip wants to merge 6 commits intomasterfrom
anon-pradip wants to merge 6 commits intomasterfrom
Conversation
425b360 to
af00be4
Compare
53 tasks
4af8285 to
358c812
Compare
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
nabim777
reviewed
Jan 28, 2026
Comment on lines
50
to
64
| await api.userHasAssignedRolesToUsers({ | ||
| usersEnvironment, | ||
| stepUser: 'Admin', | ||
| users: [{ id: 'Alice', role: 'Space Admin' }] | ||
| }) | ||
| await api.userHasCreatedProjectSpaces({ | ||
| usersEnvironment, | ||
| spacesEnvironment, | ||
| stepUser: 'Alice', | ||
| names: ['team A'], | ||
| ids: ['team.a'] | ||
| }) | ||
| await ui.logInUser({ usersEnvironment, actorsEnvironment, stepUser: 'Alice' }) | ||
| await ui.openApplication({ actorsEnvironment, stepUser: 'Alice', name: 'admin-settings' }) | ||
| await ui.navigateToProjectSpaceManagementPage({ actorsEnvironment, stepUser: 'Alice' }) |
Contributor
There was a problem hiding this comment.
could go in before each
Contributor
Author
There was a problem hiding this comment.
But in the last test step(scenario):
Alice is of role Admin not Space Admin and Brian creates the project space team A, not Alice
f117741 to
0404ec1
Compare
|
0404ec1 to
136695f
Compare
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.



Description
convert spaces.feature test to playwright test
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: