[stable35] fix(files): keep reactivity when destructuring the store in grid view #7324
Triggered via pull request
August 31, 2026 12:35
Status
Success
Total duration
5h 23m 31s
Artifacts
10
playwright.yml
on: pull_request
Annotations
8 errors, 1 warning, and 10 notices
|
[admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color:
tests/playwright/e2e/theming/admin-settings-background.spec.ts#L91
2) [admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
Error: page.waitForResponse: Test timeout of 45000ms exceeded.
89 | const backgroundColorButton = page.getByRole('button', { name: /Background color/ })
90 | await pickColor(page, backgroundColorButton, 1)
> 91 | await page.waitForResponse((response) => response.url().includes('/apps/theming/ajax/updateStylesheet') && response.request().method() === 'POST')
| ^
92 |
93 | await page.goto('/index.php/logout')
94 | const user = await createRandomUser()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:91:14
|
|
[admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color:
tests/playwright/e2e/theming/admin-settings-background.spec.ts#L0
2) [admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
60 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color:
tests/playwright/e2e/theming/admin-settings-background.spec.ts#L91
2) [admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
Error: page.waitForResponse: Test timeout of 45000ms exceeded.
89 | const backgroundColorButton = page.getByRole('button', { name: /Background color/ })
90 | await pickColor(page, backgroundColorButton, 1)
> 91 | await page.waitForResponse((response) => response.url().includes('/apps/theming/ajax/updateStylesheet') && response.request().method() === 'POST')
| ^
92 |
93 | await page.goto('/index.php/logout')
94 | const user = await createRandomUser()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:91:14
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color:
tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts#L0
2) [admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
60 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
Slow Test:
[default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 6.8m
|
|
🎭 Playwright Run Summary
46 passed (5.1m)
|
|
🎭 Playwright Run Summary
7 passed (4.7m)
|
|
🎭 Playwright Run Summary
46 passed (4.9m)
|
|
🎭 Playwright Run Summary
46 passed (7.1m)
|
|
🎭 Playwright Run Summary
44 passed (13.1m)
|
|
🎭 Playwright Run Summary
46 passed (14.3m)
|
|
🎭 Playwright Run Summary
46 passed (15.4m)
|
|
🎭 Playwright Run Summary
47 passed (14.9m)
|
|
🎭 Playwright Run Summary
2 flaky
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
[admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
44 passed (22.2m)
|
|
🎭 Playwright Run Summary
2 flaky
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:83:2 › Admin theming background settings › User default background reflects admin custom background and color
372 passed (28.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
|
19.4 MB |
sha256:ae5ad3c79bf2befeaac51d222538a47a6a682afc3df97025d1e61cf91baadd31
|
|
|
blob-report-2
|
63.8 KB |
sha256:9c1c860692237b8e79e925afcae9042c94e235ebda526663f4a9286b9d58de0c
|
|
|
blob-report-3
|
79.1 KB |
sha256:db370ffc724c43f6fb4122e972a1453877c614cc323602e37b38bb0407d064da
|
|
|
blob-report-4
|
91 KB |
sha256:84841a767f91c9405f8e27908bc320fc483f25c3d245a75eb159bea5f6493fea
|
|
|
blob-report-5
|
90.8 KB |
sha256:aa49f5c9061eb0304b783f6a57d42d37060a47fd455cba07c9c65a9bd558ff28
|
|
|
blob-report-6
|
112 KB |
sha256:c46f81486bd8bd733e6711a75355ddb633ce0d6f9a56f2bd3952e20be2683d02
|
|
|
blob-report-7
|
117 KB |
sha256:38f359ba3a4ece7525b4ffcbf36bb566c9bd47375811fcd1415a2a7a895c5fcf
|
|
|
blob-report-8
|
84.8 KB |
sha256:0580d43f1488ecd8a26d85635fd22261358cfe1eb2b3219da1979d24ed03f005
|
|
|
blob-report-setup
|
15.1 KB |
sha256:6959d67c64e8b537a4121363153035577c04a3d6fe1a095e040aa16ee12cb4f7
|
|
|
html-report--attempt-1
|
20.2 MB |
sha256:fe8729519e0e6630e04319190d3f81ced3e5822197f9cb637db62b226b0bbd86
|
|