Skip to content

[full-ci][tests-only] test: convert admin-settings-spaces.feature to playwright#13488

Open
anon-pradip wants to merge 6 commits intomasterfrom
test/e2e-playwright-admin-settings-spaces.feature
Open

[full-ci][tests-only] test: convert admin-settings-spaces.feature to playwright#13488
anon-pradip wants to merge 6 commits intomasterfrom
test/e2e-playwright-admin-settings-spaces.feature

Conversation

@anon-pradip
Copy link
Contributor

@anon-pradip anon-pradip commented Jan 16, 2026

Description

convert spaces.feature test to playwright test

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • ...

@anon-pradip anon-pradip self-assigned this Jan 16, 2026
@anon-pradip anon-pradip force-pushed the test/e2e-playwright-admin-settings-spaces.feature branch from 425b360 to af00be4 Compare January 19, 2026 04:03
@anon-pradip anon-pradip force-pushed the test/e2e-playwright-admin-settings-spaces.feature branch 9 times, most recently from 4af8285 to 358c812 Compare January 20, 2026 10:48
@anon-pradip anon-pradip marked this pull request as ready for review January 21, 2026 04:24
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' })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could go in before each

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@anon-pradip anon-pradip force-pushed the test/e2e-playwright-admin-settings-spaces.feature branch 7 times, most recently from f117741 to 0404ec1 Compare February 18, 2026 09:46
@sonarqubecloud
Copy link

@anon-pradip anon-pradip force-pushed the test/e2e-playwright-admin-settings-spaces.feature branch from 0404ec1 to 136695f Compare February 23, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants