E2E: QA Added acceptance tests for user management from user group#22919
Open
nhudinh0309 wants to merge 11 commits into
Open
E2E: QA Added acceptance tests for user management from user group#22919nhudinh0309 wants to merge 11 commits into
nhudinh0309 wants to merge 11 commits into
Azure Pipelines / Umbraco CMS 9+
failed
May 29, 2026 in 44m 52s
Build #18.1.0--rc.preview.88+3c3292f had test failures
Details
- Failed: 1 (0.00%)
- Passed: 25,483 (99.62%)
- Other: 95 (0.37%)
- Total: 25,579
Annotations
Check failure on line 124 in Build log
azure-pipelines / Umbraco CMS 9+
Build log #L124
PowerShell exited with code '1'.
Check failure on line 1 in can add users while creating a new user group
azure-pipelines / Umbraco CMS 9+
can add users while creating a new user group
ManageUsersFromGroup.spec.ts:201:5 can add users while creating a new user group
Raw output
[defaultConfig] › DefaultConfig\Users\ManageUsersFromGroup.spec.ts:201:5 › can add users while creating a new user group @release
Test timeout of 30000ms exceeded.
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
at ..\lib\helpers\UserGroupUiHelper.ts:278
276 |
277 | async waitForPendingGroupUsersUpdate() {
> 278 | await this.page.waitForResponse(
| ^
279 | (resp) => resp.url().includes(ConstantHelper.apiEndpoints.userGroup) && resp.status() === ConstantHelper.statusCodes.ok,
280 | );
281 | }
at UserGroupUiHelper.waitForPendingGroupUsersUpdate (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\lib\helpers\UserGroupUiHelper.ts:278:21)
at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Users\ManageUsersFromGroup.spec.ts:217:29
Error Context: ..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig\error-context.md
attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig\trace.zip
Usage:
npx playwright show-trace ..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig\trace.zip
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
at ..\lib\helpers\UserGroupUiHelper.ts:278
276 |
277 | async waitForPendingGroupUsersUpdate() {
> 278 | await this.page.waitForResponse(
| ^
279 | (resp) => resp.url().includes(ConstantHelper.apiEndpoints.userGroup) && resp.status() === ConstantHelper.statusCodes.ok,
280 | );
281 | }
at UserGroupUiHelper.waitForPendingGroupUsersUpdate (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\lib\helpers\UserGroupUiHelper.ts:278:21)
at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Users\ManageUsersFromGroup.spec.ts:217:29
Error Context: ..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig-retry1\error-context.md
attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig-retry1\trace.zip
Usage:
npx playwright show-trace ..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-defaultConfig-retry1\trace.zip
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
at ..\lib\helpers\UserGroupUiHelper.ts:278
276 |
277 | async waitForPendingGroupUsersUpdate() {
> 278 | await this.page.waitForResponse(
| ^
279 | (resp) => resp.url().includes(ConstantHelper.apiEndpoints.userGroup) && resp.status() === ConstantHelper.statusCodes.ok,
280 | );
281 | }
at UserGroupUiHelper.waitForPendingGroupUsersUpdate (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\lib\helpers\UserGroupUiHelper.ts:278:21)
at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Users\ManageUsersFromGroup.spec.ts:217:29
Error Context: ..\results\DefaultConfig-Users-Manage-c983f-e-creating-a-new-user-group-def
... [The stack trace has been truncated as it exceeded the maximum allowed size. Please refer to the complete log available in the Test Run attachments for full details.]
Loading