Skip to content

refactor(Sharing): Simplify sorting #10572

refactor(Sharing): Simplify sorting

refactor(Sharing): Simplify sorting #10572

Triggered via pull request September 24, 2026 15:19
Status Failure
Total duration 2h 25m 15s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
2m 55s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
10m 5s
Playwright tests for installer
merge-reports
1m 19s
merge-reports
playwright-test-summary
7s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 2 warnings, and 12 notices
Playwright tests 1 / 8
Process completed with exit code 1.
Playwright tests 1 / 8
Process completed with exit code 1.
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 13 × 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
[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 3 × 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> 10 × 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
playwright-test-summary
Process completed with exit code 1.
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 13 × 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
[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 3 × 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> 10 × 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 setup
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
🎭 Playwright Run Summary
38 passed (5.8m)
Playwright tests 3 / 8
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
🎭 Playwright Run Summary
7 passed (6.0m)
🎭 Playwright Run Summary
38 passed (6.9m)
🎭 Playwright Run Summary
38 passed (13.5m)
🎭 Playwright Run Summary
1 failed [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group 37 passed (8.0m)
🎭 Playwright Run Summary
37 passed (10.9m)
🎭 Playwright Run Summary
38 passed (13.5m)
🎭 Playwright Run Summary
38 passed (15.5m)
🎭 Playwright Run Summary
38 passed (15.4m)
🎭 Playwright Run Summary
1 failed [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:153:2 › Settings: App management › Limit app usage to group 309 passed (21.8m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1
6.54 MB
sha256:a94325f0ce933f21ed4780233627d6a7d59dacd59b569d388022101ba67f0791
blob-report-2
61.9 KB
sha256:6d0f0a1702726124d3c080d9ac54bcb923aa233527bf0a95827a4834e5b8fdc8
blob-report-3
72.1 KB
sha256:fbb3b5340c2bf30fea2fcfd0a516b0ae678b2e8fd229b587164aa83a4b511299
blob-report-4
62.4 KB
sha256:b4e6fa3de3cbf0adcf5a28f0bf478b70b73aaa0fe5eb9ffdfec8bbe786e71731
blob-report-5
97.9 KB
sha256:18211a0748cd948ce42e98f645d528ff0b84c7bcdf68c27c6dec1e75a682270e
blob-report-6
134 KB
sha256:ba0101d2a91de14988fed2632393cff41c46f839f8f90a1186b225a7b5479973
blob-report-7
103 KB
sha256:b2f2513ebce8d3bf628d571d54ce12d0765c1c85331573e7537eda52b8e3e83c
blob-report-8
71.1 KB
sha256:504dd8ead3cc97afff4fe452cd02036ec0b65be2c0d1245bf2e0411475ddc388
blob-report-setup
15.4 KB
sha256:405a13f8e6b870b38fbac8f68a2e67694e98f3506e1df1466b0749ab3a636afb
html-report--attempt-1
7.32 MB
sha256:cf70f7b54e0ed5e5265171826cbd374fd12dd3fdc65012055be3524980aeea0f