Skip to content

fix(user_status): fix the status lifecycle #10523

fix(user_status): fix the status lifecycle

fix(user_status): fix the status lifecycle #10523

Triggered via pull request September 24, 2026 12:49
Status Success
Total duration 2h 2m 1s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
2m 57s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
11m 42s
Playwright tests for installer
merge-reports
1m 27s
merge-reports
playwright-test-summary
9s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 2 warnings, and 10 notices
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group: tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L196
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group Error: expect(locator).toHaveCount(expected) failed Locator: locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) Expected: 0 Received: undefined Timeout: 5000ms Call log: - Expect "toHaveCount" locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) with timeout 5000ms - waiting for locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) - found getByRole('dialog', { name: 'Authentication required' }), intercepting action to run the handler - locator handler has finished, waiting for getByRole('dialog', { name: 'Authentication required' }) to be hidden 2 × locator resolved to visible <div role="dialog" tabindex="-1" aria-modal="true" data-v-3c357e2d="" data-v-24e91b99="" data-v-owner="562" aria-labelledby="nc-vue-44" aria-describedby="modal-description-nc-vue-45" class="dialog__modal modal-mask fade-enter-active fade-enter-to">…</div> 11 × locator resolved to visible <div role="dialog" tabindex="-1" aria-modal="true" data-v-3c357e2d="" data-v-24e91b99="" data-v-owner="562" aria-labelledby="nc-vue-44" class="dialog__modal modal-mask" aria-describedby="modal-description-nc-vue-45">…</div> 194 | 195 | // Verify the "Limited to groups" list is no longer visible > 196 | await expect(appstorePage.limitedToGroupsList()).toHaveCount(0) | ^ 197 | }) 198 | }) 199 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:196:52
[default] › tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder: tests/playwright/e2e/files/new-menu.spec.ts#L58
1) [default] › tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "This name is already in use." Call Log: - Timeout 5000ms exceeded while waiting on the predicate 56 | 57 | // A same-named folder in a different parent is allowed > 58 | await expect.poll(() => validationMessage(input)).toBe('') | ^ 59 | await dialog.getByRole('button', { name: 'Create' }).click() 60 | 61 | await expect(filesListPage.getRowForFile('other folder')).toBeVisible() at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/new-menu.spec.ts:58:53
[default] › tests/playwright/tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder: tests/playwright/e2e/files/new-menu.spec.ts#L58
2) [default] › tests/playwright/tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "This name is already in use." Call Log: - Timeout 5000ms exceeded while waiting on the predicate 56 | 57 | // A same-named folder in a different parent is allowed > 58 | await expect.poll(() => validationMessage(input)).toBe('') | ^ 59 | await dialog.getByRole('button', { name: 'Create' }).click() 60 | 61 | await expect(filesListPage.getRowForFile('other folder')).toBeVisible() at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/new-menu.spec.ts:58:53
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group: tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L196
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group Error: expect(locator).toHaveCount(expected) failed Locator: locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) Expected: 0 Received: undefined Timeout: 5000ms Call log: - Expect "toHaveCount" locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) with timeout 5000ms - waiting for locator('#app-sidebar-vue').getByRole('list', { name: 'Limited to groups' }) - found getByRole('dialog', { name: 'Authentication required' }), intercepting action to run the handler - locator handler has finished, waiting for getByRole('dialog', { name: 'Authentication required' }) to be hidden 2 × locator resolved to visible <div role="dialog" tabindex="-1" aria-modal="true" data-v-3c357e2d="" data-v-24e91b99="" data-v-owner="562" aria-labelledby="nc-vue-44" aria-describedby="modal-description-nc-vue-45" class="dialog__modal modal-mask fade-enter-active fade-enter-to">…</div> 11 × locator resolved to visible <div role="dialog" tabindex="-1" aria-modal="true" data-v-3c357e2d="" data-v-24e91b99="" data-v-owner="562" aria-labelledby="nc-vue-44" class="dialog__modal modal-mask" aria-describedby="modal-description-nc-vue-45">…</div> 194 | 195 | // Verify the "Limited to groups" list is no longer visible > 196 | await expect(appstorePage.limitedToGroupsList()).toHaveCount(0) | ^ 197 | }) 198 | }) 199 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:196:52
Slow Test: [default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.7m
Slow Test: [default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts took 5.7m
🎭 Playwright Run Summary
37 passed (7.9m)
🎭 Playwright Run Summary
1 flaky [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group 37 passed (8.5m)
🎭 Playwright Run Summary
38 passed (9.1m)
🎭 Playwright Run Summary
38 passed (9.7m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder 37 passed (10.9m)
🎭 Playwright Run Summary
7 passed (8.0m)
🎭 Playwright Run Summary
38 passed (11.6m)
🎭 Playwright Run Summary
38 passed (12.4m)
🎭 Playwright Run Summary
38 passed (13.0m)
🎭 Playwright Run Summary
2 flaky [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group [default] › tests/playwright/tests/playwright/e2e/files/new-menu.spec.ts:48:2 › "New"-menu › Create same folder in child folder 308 passed (14.6m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1
3.89 MB
sha256:9f042377c7c912a707d9d64842bdab7a22abd1df8711c2323bee3339c0e2d940
blob-report-2
82.1 KB
sha256:347dc8304225404c2287f7b724fcfed374e5f262c14ef6d4cb64bd5353607738
blob-report-3
93.5 KB
sha256:8dc33db7690f6bfedc799f1e83bbe63287e778cada92fe6fb341d608e86435f8
blob-report-4
83.1 KB
sha256:0ee98e4724b6e91288bac10691aec886dc8ed5d8ef1d9fb18933843e02d775f2
blob-report-5
5.66 MB
sha256:6238c80645cb0013f068af6223ff93380ac1730c78c978cce1baed07a127756e
blob-report-6
155 KB
sha256:1868c10ba3498e7b13fa87333302b52020fe76946a080ff9073865184cc96e5c
blob-report-7
125 KB
sha256:fee018c6464154bf4971b2d51647e7bf23d51aca15b8ae74c59fcf92840d067b
blob-report-8
92 KB
sha256:bcc164637bf4fb6d8c2401f4450850a3820518a38b35850e6292822f845c738c
blob-report-setup
36.1 KB
sha256:ad2591e7ccc1487219ac29d909d3c28620e002fa9ac230d766b6b4af94eb1151
html-report--attempt-1
10.2 MB
sha256:011e5f4142bca20ddb0de8ec56bc1c58bf5a84eeb615dcbdb0af9eab15cce0c5