[stable34] build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0 #8043
Triggered via pull request
September 5, 2026 02:36
Status
Failure
Total duration
4h 30m 16s
Artifacts
10
playwright.yml
on: pull_request
Annotations
38 errors, 2 warnings, 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/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it:
tests/playwright/e2e/theming/admin-settings-background.spec.ts#L19
3) [admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
Error: locator.isChecked: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('checkbox', { name: /disable user theming/i })
17 | await adminThemingPage.reset()
18 | await adminThemingPage.open()
> 19 | if (await adminThemingPage.disableUserThemingCheckbox().isChecked()) {
| ^
20 | await Promise.all([
21 | page.waitForResponse((response) => response.url().includes('/apps/theming/ajax/updateStylesheet') && response.request().method() === 'POST'),
22 | adminThemingPage.disableUserThemingCheckbox().uncheck({ force: true }),
at /home/runner/work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:19:59
|
|
[admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it:
tests/playwright/e2e/theming/admin-settings-background.spec.ts#L16
3) [admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
Test timeout of 45000ms exceeded while running "beforeEach" hook.
14 | test.describe.configure({ mode: 'serial' })
15 |
> 16 | test.beforeEach(async ({ adminThemingPage, page }) => {
| ^
17 | await adminThemingPage.reset()
18 | await adminThemingPage.open()
19 | if (await adminThemingPage.disableUserThemingCheckbox().isChecked()) {
at /home/runner/work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:16:7
|
|
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog:
tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L60
2) [admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Add storage' }).getByRole('checkbox', { name: /Secure/ })
58 | await urlField.fill('http://localhost/remote.php/dav/files/admin')
59 |
> 60 | await dialog.getByRole('checkbox', { name: /Secure/ }).uncheck({ force: true })
| ^
61 |
62 | await externalStorageSettings.createButton().click()
63 | await handlePasswordConfirmation(page, 'admin')
at /home/runner/work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:60:58
|
|
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog:
tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L0
2) [admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog:
tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L60
2) [admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
Error: locator.uncheck: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Add storage' }).getByRole('checkbox', { name: /Secure/ })
58 | await urlField.fill('http://localhost/remote.php/dav/files/admin')
59 |
> 60 | await dialog.getByRole('checkbox', { name: /Secure/ }).uncheck({ force: true })
| ^
61 |
62 | await externalStorageSettings.createButton().click()
63 | await handlePasswordConfirmation(page, 'admin')
at /home/runner/work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:60:58
|
|
[admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog:
tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L0
2) [admin-settings] › tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
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/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
77 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
79 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[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.
|
|
Playwright tests 3 / 8
Process completed with exit code 1.
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files:
tests/playwright/support/sections/FilesListPage.ts#L20
5) [default] › tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:172:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files:
tests/playwright/support/sections/FilesListPage.ts#L20
5) [default] › tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:172:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files:
tests/playwright/support/sections/FilesListPage.ts#L20
4) [default] › tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:152:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files:
tests/playwright/support/sections/FilesListPage.ts#L20
4) [default] › tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:152:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name:
tests/playwright/support/sections/FilesListPage.ts#L20
3) [default] › tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:135:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name:
tests/playwright/support/sections/FilesListPage.ts#L20
3) [default] › tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:135:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name:
tests/playwright/support/sections/FilesListPage.ts#L20
2) [default] › tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:119:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name:
tests/playwright/support/sections/FilesListPage.ts#L20
2) [default] › tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:119:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file:
tests/playwright/support/sections/FilesListPage.ts#L20
1) [default] › tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:104:23
|
|
[default] › tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file:
tests/playwright/support/sections/FilesListPage.ts#L20
1) [default] › tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/index.php/apps/files
Call log:
- navigating to "http://localhost:8042/index.php/apps/files", waiting until "load"
at ../support/sections/FilesListPage.ts:20
18 | */
19 | async open(viewId?: string): Promise<void> {
> 20 | await this.page.goto(viewId ? `apps/files/${viewId}` : 'apps/files')
| ^
21 | await this.waitForList()
22 | }
23 |
at FilesListPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:20:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-download.spec.ts:104:23
|
|
Playwright tests 2 / 8
Process completed with exit code 1.
|
|
Playwright tests 2 / 8
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files:
tests/playwright/e2e/theming/admin-settings-default-app.spec.ts#L37
1) [admin-settings] › tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'Use custom default app' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('checkbox', { name: 'Use custom default app' })
35 | test('Can configure and switch the default app to files', async ({ adminThemingPage }) => {
36 | await adminThemingPage.open()
> 37 | await expect(adminThemingPage.defaultAppSwitch()).toBeVisible()
| ^
38 | if (await adminThemingPage.defaultAppSwitch().isChecked()) {
39 | await adminThemingPage.defaultAppSwitch().uncheck({ force: true })
40 | }
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:37:53
|
|
[admin-settings] › tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files:
tests/playwright/e2e/theming/admin-settings-default-app.spec.ts#L37
1) [admin-settings] › tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files
Error: expect(locator).toBeVisible() failed
Locator: getByRole('checkbox', { name: 'Use custom default app' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('checkbox', { name: 'Use custom default app' })
35 | test('Can configure and switch the default app to files', async ({ adminThemingPage }) => {
36 | await adminThemingPage.open()
> 37 | await expect(adminThemingPage.defaultAppSwitch()).toBeVisible()
| ^
38 | if (await adminThemingPage.defaultAppSwitch().isChecked()) {
39 | await adminThemingPage.defaultAppSwitch().uncheck({ force: true })
40 | }
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:37:53
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it:
../../../../work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts#L19
3) [admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
Error: locator.isChecked: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('checkbox', { name: /disable user theming/i })
17 | await adminThemingPage.reset()
18 | await adminThemingPage.open()
> 19 | if (await adminThemingPage.disableUserThemingCheckbox().isChecked()) {
| ^
20 | await Promise.all([
21 | page.waitForResponse((response) => response.url().includes('/apps/theming/ajax/updateStylesheet') && response.request().method() === 'POST'),
22 | adminThemingPage.disableUserThemingCheckbox().uncheck({ force: true }),
at /home/runner/work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:19:59
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it:
../../../../work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts#L16
3) [admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
Test timeout of 45000ms exceeded while running "beforeEach" hook.
14 | test.describe.configure({ mode: 'serial' })
15 |
> 16 | test.beforeEach(async ({ adminThemingPage, page }) => {
| ^
17 | await adminThemingPage.reset()
18 | await adminThemingPage.open()
19 | if (await adminThemingPage.disableUserThemingCheckbox().isChecked()) {
at /home/runner/work/server/server/tests/playwright/e2e/theming/admin-settings-background.spec.ts:16:7
|
|
[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:
../../../../work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L60
2) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.uncheck: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Add storage' }).getByRole('checkbox', { name: /Secure/ })
58 | await urlField.fill('http://localhost/remote.php/dav/files/admin')
59 |
> 60 | await dialog.getByRole('checkbox', { name: /Secure/ }).uncheck({ force: true })
| ^
61 |
62 | await externalStorageSettings.createButton().click()
63 | await handlePasswordConfirmation(page, 'admin')
at /home/runner/work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:60:58
|
|
[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:
tests/playwright/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L0
2) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
|
[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:
../../../../work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L60
2) [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
Error: locator.uncheck: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Add storage' }).getByRole('checkbox', { name: /Secure/ })
58 | await urlField.fill('http://localhost/remote.php/dav/files/admin')
59 |
> 60 | await dialog.getByRole('checkbox', { name: /Secure/ }).uncheck({ force: true })
| ^
61 |
62 | await externalStorageSettings.createButton().click()
63 | await handlePasswordConfirmation(page, 'admin')
at /home/runner/work/server/server/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts:60:58
|
|
[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:
tests/playwright/tests/playwright/e2e/files_external/admin-settings-external-storage.spec.ts#L0
2) [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
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:
../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
77 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:
../../../../work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L179
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.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('option', { name: /admin/ })
- locator resolved to <li role="option" aria-selected="false" id="vs-nc-vue-34__option-0" class="vs__dropdown-option vs__dropdown-option--highlight">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
79 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div dir="auto" data-v-dbcc7078="" id="v-select-nc-vue-34" class="v-select vs--open vs--multiple vs--searching vs--searchable select nc-select nc-select-users _limitToGroupDialog__input_sofp5_2">…</div> from <div data-v-app="">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
177 |
178 | // Select the admin option from the dropdown
> 179 | await appstorePage.groupOption('admin').click()
| ^
180 |
181 | // Click the Save button
182 | await appstorePage.dialogSaveButton().click()
at /home/runner/work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:179:43
|
|
[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.3m
|
|
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 6.3m
|
|
🎭 Playwright Run Summary
44 passed (5.9m)
|
|
🎭 Playwright Run Summary
7 passed (4.4m)
|
|
🎭 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 (6.8m)
|
|
🎭 Playwright Run Summary
44 passed (8.2m)
|
|
🎭 Playwright Run Summary
3 failed
[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/files_external/admin-settings-external-storage.spec.ts:42:2 › files_external settings › can create storage using the dialog
[admin-settings] › tests/playwright/e2e/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
4 did not run
39 passed (11.3m)
|
|
🎭 Playwright Run Summary
44 failed
[default] › tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file
[default] › tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name
[default] › tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name
[default] › tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files
[default] › tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files
[default] › tests/playwright/e2e/files/files-download.spec.ts:192:2 › Files: Download files using selection › can download selected files with special characters
[default] › tests/playwright/e2e/files/files-download.spec.ts:219:2 › Files: Download files using selection › can download selected files with email uid
[default] › tests/playwright/e2e/files/files-favorites.spec.ts:33:2 › Files: Favorites › marks a file as favorite from the row actions
[default] › tests/playwright/e2e/files/files-favorites.spec.ts:45:2 › Files: Favorites › un-marks a file as favorite from the row actions
[default] › tests/playwright/e2e/files/files-favorites.spec.ts:62:2 › Files: Favorites › shows favorite folders in the navigation
[default] › tests/playwright/e2e/files/files-favorites.spec.ts:79:2 › Files: Favorites › marks a folder as favorite from the sidebar
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:23:2 › files: Filter in files list › filters current view by name
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:34:2 › files: Filter in files list › can reset name filter
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:47:2 › files: Filter in files list › filters current view by type
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:62:2 › files: Filter in files list › can reset filter by type
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:78:2 › files: Filter in files list › can reset filter by clicking chip button
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:91:2 › files: Filter in files list › keeps type filter when changing the directory
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:108:2 › files: Filter in files list › keeps filter state when changing the directory
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:132:2 › files: Filter in files list › resets name filter when changing the directory
[default] › tests/playwright/e2e/files/files-filtering.spec.ts:143:2 › files: Filter in files list › resets filter when changing the view
[default] › tests/playwright/e2e/files/files-navigation.spec.ts:17:2 › Files: Navigation › shows root folder and can navigate to a deeply nested folder
[default] › tests/playwright/e2e/files/files-navigation.spec.ts:25:2 › Files: Navigation › highlights the previous folder when navigating back and forward
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:17:2 › Files: Rename nodes › can rename a file
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:35:2 › Files: Rename nodes › only selects basename of file on rename open
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:48:2 › Files: Rename nodes › shows validation error on invalid filename
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:60:2 › Files: Rename nodes › shows accessible loading state while rename MOVE is in-flight
[default] › tests/playwright/e2e/files/files-renaming.spec.ts:96:2 › Files: Rename nodes › cancel renaming on Escape
[default] › tests/play
|
|
🎭 Playwright Run Summary
1 failed
[admin-settings] › tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files
43 passed (12.4m)
|
|
🎭 Playwright Run Summary
43 passed (13.3m)
|
|
🎭 Playwright Run Summary
45 passed (17.8m)
|
|
🎭 Playwright Run Summary
48 failed
[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/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/theming/admin-settings-background.spec.ts:27:2 › Admin theming background settings › Remove default background and restore it
[admin-settings] › tests/playwright/tests/playwright/e2e/theming/admin-settings-default-app.spec.ts:35:2 › Admin theming set default apps › Can configure and switch the default app to files
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:102:2 › Files: Download files using default action › can download file
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:117:2 › Files: Download files using default action › can download file with hash name
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:132:2 › Files: Download files using default action › can download file from folder with hash name
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:149:2 › Files: Download files using selection › can download selected files
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:169:2 › Files: Download files using selection › can download multiple selected files
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:192:2 › Files: Download files using selection › can download selected files with special characters
[default] › tests/playwright/tests/playwright/e2e/files/files-download.spec.ts:219:2 › Files: Download files using selection › can download selected files with email uid
[default] › tests/playwright/tests/playwright/e2e/files/files-favorites.spec.ts:33:2 › Files: Favorites › marks a file as favorite from the row actions
[default] › tests/playwright/tests/playwright/e2e/files/files-favorites.spec.ts:45:2 › Files: Favorites › un-marks a file as favorite from the row actions
[default] › tests/playwright/tests/playwright/e2e/files/files-favorites.spec.ts:62:2 › Files: Favorites › shows favorite folders in the navigation
[default] › tests/playwright/tests/playwright/e2e/files/files-favorites.spec.ts:79:2 › Files: Favorites › marks a folder as favorite from the sidebar
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:23:2 › files: Filter in files list › filters current view by name
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:34:2 › files: Filter in files list › can reset name filter
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:47:2 › files: Filter in files list › filters current view by type
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:62:2 › files: Filter in files list › can reset filter by type
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:78:2 › files: Filter in files list › can reset filter by clicking chip button
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:91:2 › files: Filter in files list › keeps type filter when changing the directory
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:108:2 › files: Filter in files list › keeps filter state when changing the directory
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:132:2 › files: Filter in files list › resets name filter when changing the directory
[default] › tests/playwright/tests/playwright/e2e/files/files-filtering.spec.ts:143:2 › files: Filter in files list › resets
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
14.7 MB |
sha256:e5820474c2d27557d337190964cd91c80318fe395be68d6452a9230367332344
|
|
|
blob-report-2
Expired
|
2.34 MB |
sha256:9ad309785bd75e47b8d79553406def330474613c1e778551abde05f762213afc
|
|
|
blob-report-3
Expired
|
1.8 MB |
sha256:83f91545e66292e9f1b7c6f6db25bf52a42c01b1f54301aae8765d65ed8d4d2a
|
|
|
blob-report-4
Expired
|
85.3 KB |
sha256:178ad93db14620d9fa1fd52a9b99a795fe1c24cf6c8f8ab70e5726e9280ea180
|
|
|
blob-report-5
Expired
|
1.7 MB |
sha256:6d1371ccc7e062a4e686c39edead2f4f08416a6d0978f506887d6e142e6a0c96
|
|
|
blob-report-6
Expired
|
103 KB |
sha256:104618f5b03d0f5f50305738cebf3173359ff227e6eb2040dd222f1448dd8d9f
|
|
|
blob-report-7
Expired
|
104 KB |
sha256:d5d9b82519b2a162502ae4f8eaeea85b5a7d8f0c34afe122379ee01e6971e5dc
|
|
|
blob-report-8
Expired
|
84.2 KB |
sha256:761154151b4332fb09634c196479b267278a73c33a5d67df4a5b85a2bb2674e6
|
|
|
blob-report-setup
Expired
|
15.9 KB |
sha256:fc82b25c098eb15a64e3fc134eb8c698ca073b8cdb95a3bcc2a003c8681ee2a1
|
|
|
html-report--attempt-1
|
21.1 MB |
sha256:ed501708f4268058185aee70f65cf798f9549f7aebf24d4714e5ce2f2f9070ed
|
|