-
Notifications
You must be signed in to change notification settings - Fork 196
[full-ci][tests-only] test: migrate groups.feature to playwright #13472
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
Conversation
8a79e35 to
20fe508
Compare
25fc463 to
8198f8e
Compare
| ), | ||
| page.locator(compareDialogConfirm).click() | ||
| ]) | ||
| await objects.a11y.Accessibility.assertNoSevereA11yViolations( |
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.
Toast doesn't appear hereafter so not checking the whole body
ade95bc to
d42ee93
Compare
d42ee93 to
1e9fde6
Compare
c497f12 to
d1b1b8e
Compare
3e2fd08 to
28c94de
Compare
| await objects.a11y.Accessibility.assertNoSevereA11yViolations( | ||
| page, | ||
| ['editPanel'], | ||
| `Edit group sidebar panel while changing ${attribute}` |
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.
Toast doesn't appear hereafter so not checking the whole body
865ad09 to
eb421bd
Compare
eb421bd to
26f3c78
Compare
c1f2d72 to
0e26b45
Compare
| test.afterEach(async ({ usersEnvironment }) => { | ||
| const admin = usersEnvironment.getUser({ key: 'Admin' }) | ||
| await cleanUpGroup(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.
👍 we can add user deletion here later on.
0e26b45 to
21009a0
Compare
aaa5601 to
10b2842
Compare
10b2842 to
3a22853
Compare
|



Description
Migrates groups.feature end-to-end tests from Cucumber/Gherkin to Playwright test framework.
Separated
getDisplayedGroupsIds(for UUIDs) andgetGroupsDisplayName(for display names) to avoid UI hangs during dynamic updates.Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: