[stable34] build(deps-dev): bump @vue/test-utils from 2.4.11 to 2.5.0 #8047
Triggered via pull request
September 5, 2026 02:36
Status
Failure
Total duration
4h 25m 33s
Artifacts
10
playwright.yml
on: pull_request
Annotations
25 errors and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy:
tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="other.txt"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="other.txt"]')
62 | await filesListPage.renameFile('foo.txt', 'other.txt')
63 |
> 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible()
| ^
65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0)
66 | })
67 | })
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles:
tests/playwright/support/sections/AppstorePage.ts#L23
5) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles:
tests/playwright/support/sections/AppstorePage.ts#L23
5) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
4) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
4) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
3) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
3) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
2) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
2) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[default] › tests/playwright/e2e/files/live-photos.spec.ts:152:3 › Files: Live photos › 'Show hidden files' is enabled › Restores both files when restoring the .jpg:
tests/playwright/e2e/files/live-photos.spec.ts#L166
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:152:3 › Files: Live photos › 'Show hidden files' is enabled › Restores both files when restoring the .jpg
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy-files-list-row-name="live-photo.mov"]')
Expected: 1
Received: undefined
Call log:
- Expect "to.have.count" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="live-photo.mov"]')
- Protocol error (Runtime.callFunctionOn): Internal server error, session closed.
164 | await filesListPage.open()
165 | await expect(filesListPage.getRowForFile(`${livePhoto.fileName}.jpg`)).toHaveCount(1)
> 166 | await expect(filesListPage.getRowForFile(`${livePhoto.fileName}.mov`)).toHaveCount(1)
| ^
167 | })
168 |
169 | test('Blocks restoration when restoring the .mov', async ({ filesListPage }) => {
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/live-photos.spec.ts:166:75
|
|
[default] › tests/playwright/e2e/files/live-photos.spec.ts:152:3 › Files: Live photos › 'Show hidden files' is enabled › Restores both files when restoring the .jpg:
tests/playwright/e2e/files/live-photos.spec.ts#L0
1) [default] › tests/playwright/e2e/files/live-photos.spec.ts:152:3 › Files: Live photos › 'Show hidden files' is enabled › Restores both files when restoring the .jpg
Test timeout of 45000ms exceeded.
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles:
tests/playwright/support/sections/AppstorePage.ts#L23
5) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles:
tests/playwright/support/sections/AppstorePage.ts#L23
5) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
4) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
4) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
3) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps:
tests/playwright/support/sections/AppstorePage.ts#L23
3) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
2) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
2) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app:
tests/playwright/support/sections/AppstorePage.ts#L23
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/settings/apps/installed
Call log:
- navigating to "http://localhost:8042/index.php/settings/apps/installed", waiting until "load"
at ../support/sections/AppstorePage.ts:23
21 | */
22 | async openInstalledApps() {
> 23 | await this.page.goto('settings/apps/installed')
| ^
24 | await this.appsTable().waitFor({ state: 'visible' })
25 | }
26 |
at AppstorePage.openInstalledApps (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/AppstorePage.ts:23:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:19:22
|
|
🎭 Playwright Run Summary
7 passed (4.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
43 passed (7.6m)
|
|
🎭 Playwright Run Summary
44 passed (7.8m)
|
|
🎭 Playwright Run Summary
45 passed (9.5m)
|
|
🎭 Playwright Run Summary
44 passed (12.5m)
|
|
🎭 Playwright Run Summary
40 failed
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:141:2 › Settings: App management › View app details
[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/core/admin-settings-appstore-link.spec.ts:28:2 › core: app store link visibility › offers the "App store" tile only while an admin allows it
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:24:2 › files_external settings › can see the settings section
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:29:2 › files_external settings › can see the dialog
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-home-folder-root-mount.spec.ts:22:1 › Does not show write actions on read-only storage mounted at the root of the user's home folder
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-user-credentials.spec.ts:57:2 › Files user credentials › Create a user storage with user credentials
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-download-forbidden.spec.ts:27:2 › files_sharing: Download forbidden › offers no download action for a folder
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-download-forbidden.spec.ts:48:2 › files_sharing: Download forbidden › offers no download action for a file
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:70:2 › files_sharing: Expiry date of internal shares › applies the default expiry date and enforces it
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:80:2 › files_sharing: Expiry date of internal shares › applies the default expiry date without enforcing it
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:88:2 › files_sharing: Expiry date of internal shares › can be set to a custom date
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:99:2 › files_sharing: Expiry date of internal shares › keeps a custom date across a reload
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:117:2 › files_sharing: Expiry date of internal shares › keeps a custom date when an unrelated field is updated
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:56:2 › files_sharing: Sharing limited to members of the same group › hides the shares once no common group is left
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-permissions-bundle.spec.ts:51:3 › files_sharing: "Allow editing" permission bundle
|
|
🎭 Playwright Run Summary
44 passed (13.8m)
|
|
🎭 Playwright Run Summary
43 passed (14.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/live-photos.spec.ts:152:3 › Files: Live photos › 'Show hidden files' is enabled › Restores both files when restoring the .jpg
43 passed (16.9m)
|
|
🎭 Playwright Run Summary
40 failed
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:25:2 › Settings: App management › Can enable an installed app
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:54:2 › Settings: App management › Can disable an installed app
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:83:2 › Settings: App management › Browse enabled apps
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:106:2 › Settings: App management › Browse disabled apps
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:129:2 › Settings: App management › Browse app bundles
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:141:2 › Settings: App management › View app details
[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/core/admin-settings-appstore-link.spec.ts:28:2 › core: app store link visibility › offers the "App store" tile only while an admin allows it
[admin-settings] › tests/playwright/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:24:2 › files_external settings › can see the settings section
[admin-settings] › tests/playwright/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:29:2 › files_external settings › can see the dialog
[admin-settings] › tests/playwright/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
[admin-settings] › tests/playwright/tests/playwright/e2e/files_external/admin-settings-home-folder-root-mount.spec.ts:22:1 › Does not show write actions on read-only storage mounted at the root of the user's home folder
[admin-settings] › tests/playwright/tests/playwright/e2e/files_external/admin-settings-user-credentials.spec.ts:57:2 › Files user credentials › Create a user storage with user credentials
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-download-forbidden.spec.ts:27:2 › files_sharing: Download forbidden › offers no download action for a folder
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-download-forbidden.spec.ts:48:2 › files_sharing: Download forbidden › offers no download action for a file
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:70:2 › files_sharing: Expiry date of internal shares › applies the default expiry date and enforces it
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:80:2 › files_sharing: Expiry date of internal shares › applies the default expiry date without enforcing it
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:88:2 › files_sharing: Expiry date of internal shares › can be set to a custom date
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:99:2 › files_sharing: Expiry date of internal shares › keeps a custom date across a reload
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-expiry-date.spec.ts:117:2 › files_sharing: Expiry date of internal shares › keeps a custom date when an unrelated field is updated
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
[admin-settings] › t
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
2.85 MB |
sha256:76ddc0f1b8140a0ff23284383f947cc128f12d010e589733624329b334b687ca
|
|
|
blob-report-2
Expired
|
75.1 KB |
sha256:f4efec36aa63ca6e02d837028a26aabdae79663e439654367a7ab0d87d21431f
|
|
|
blob-report-3
Expired
|
85.1 KB |
sha256:e5f62ef396fa4e197b22971eb7504f375bf57e12411da509928ee0006b597917
|
|
|
blob-report-4
Expired
|
6.73 MB |
sha256:076a6637f9ae7735067b4dac3ad726d2183f12297b7b7db3d7068333dcab29b1
|
|
|
blob-report-5
Expired
|
1.65 MB |
sha256:04ebc1a5bee356bbf87dcad1c46e3dab03d7c5b5b1abe300f22e57c16f727eee
|
|
|
blob-report-6
Expired
|
113 KB |
sha256:10283787a384a24b55365d45996b19db3c5f5afcf7aee51981e26cd64dc49498
|
|
|
blob-report-7
Expired
|
112 KB |
sha256:fd69ab8a5e981ce974f81967810bce27a3aec5cbf79d43f445a160cff7837308
|
|
|
blob-report-8
Expired
|
92.7 KB |
sha256:6ea350bbdf113ceed13013eddffca75364adca98dae9a234fae013c94efef739
|
|
|
blob-report-setup
Expired
|
20.7 KB |
sha256:d2306e0d95f8c3269eb3d9605d892a3221698523ee326c61f7df629a067ee150
|
|
|
html-report--attempt-1
|
11.9 MB |
sha256:ffbf465a316ed37cd0c2394c7a84f276e8a2df0b88021bad62edbc785ad91054
|
|