Skip to content

[stable34] build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0 #8044

[stable34] build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0

[stable34] build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0 #8044

Triggered via pull request September 5, 2026 02:36
Status Failure
Total duration 4h 22m 26s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
5m 21s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
13m 6s
Playwright tests for installer
merge-reports
1m 33s
merge-reports
playwright-test-summary
6s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

27 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 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 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/actions-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/actions-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/actions-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/actions-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 57 × 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 - waiting for element to be visible, enabled and stable 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/actions-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 69 × 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/actions-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.
[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: 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/actions-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: 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/actions-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: 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/actions-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: 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/actions-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: 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 57 × 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 - waiting for element to be visible, enabled and stable 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/actions-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: 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 69 × 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/actions-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.
playwright-test-summary
Process completed with exit code 1.
Slow Test: [default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 6.1m
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.1m
🎭 Playwright Run Summary
43 passed (6.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 (6.8m)
🎭 Playwright Run Summary
44 passed (7.8m)
🎭 Playwright Run Summary
7 passed (8.3m)
🎭 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 (11.3m)
🎭 Playwright Run Summary
44 passed (12.7m)
🎭 Playwright Run Summary
45 passed (16.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 (20.0m)
🎭 Playwright Run Summary
4 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 1 flaky [default] › tests/playwright/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 4 did not run 352 passed (20.5m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
10.7 MB
sha256:7fd15d7ea81a73f23b87c8d4b947d8f9c03268ed1c04ee5357cbc9480e58c9ed
blob-report-2 Expired
2.52 MB
sha256:58b455d63d6fc9f340fcc82e8e04f47b3e26eebaa0ae6dbd6601f8273e65b5be
blob-report-3 Expired
75.6 KB
sha256:1b059582534eff8af3170477384dedee6db517ce0b5d308f7d883f8fbb0fd410
blob-report-4 Expired
85.9 KB
sha256:c102f6a9beb4ed727f3abde7fc1fc19e1fc5bd4eaf54b1ef2bc7e36a77216bb5
blob-report-5 Expired
1.7 MB
sha256:5d75c89117a5a03372f5ecbdade41752afcce8ab0fed437255c59fe39c4fa37a
blob-report-6 Expired
104 KB
sha256:0cf17687d3a19ac72b98c90c273368ed8e1a1b357aff0525cd765faf3d926f98
blob-report-7 Expired
104 KB
sha256:44b5b859677d58a834f30575b21012d763dbda730b11a02482cb89dbadeb1ec0
blob-report-8 Expired
81.9 KB
sha256:e5ba57054df6dac7b55c16f3ae6d932e4bcef35fe6e54f45ac866deff1f52601
blob-report-setup Expired
16 KB
sha256:34711a7a6fc20943b9b6aafb2bb486fa69910d03b0e781a55a23f0d05ca45323
html-report--attempt-1
15.5 MB
sha256:3d449c81a4cf13b9bf07b8ca71690fb3018f777b837c2a0aad9104614b81e3ff