Skip to content

[stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy #8067

[stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy

[stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy #8067

Status Failure
Total duration 4h 35m 9s
Artifacts 10

playwright.yml

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

Annotations

54 errors and 9 notices
Playwright tests 7 / 8
Process completed with exit code 1.
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L83
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.uncheck: Test ended. Call log: - waiting for getByRole('checkbox', { name: 'Enable profile' }) 81 | await page.goto('/settings/user') 82 | const saved1 = waitForSave(page) > 83 | await page.getByRole('checkbox', { name: 'Enable profile' }).uncheck({ force: true }) | ^ 84 | await handlePasswordConfirmation(page, user.password) 85 | await saved1 86 | at /home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:83:64
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L29
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Test ended. 27 | */ 28 | function waitForSave(page: Page): Promise<Response> { > 29 | return page.waitForResponse((r) => r.request().method() === 'PUT' && r.url().includes('/ocs/v2.php/cloud/users/')) | ^ 30 | } 31 | 32 | /** at waitForSave (/home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:29:14) at /home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:82:18
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L0
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L83
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Error: locator.uncheck: Test ended. Call log: - waiting for getByRole('checkbox', { name: 'Enable profile' }) 81 | await page.goto('/settings/user') 82 | const saved1 = waitForSave(page) > 83 | await page.getByRole('checkbox', { name: 'Enable profile' }).uncheck({ force: true }) | ^ 84 | await handlePasswordConfirmation(page, user.password) 85 | await saved1 86 | at /home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:83:64
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L29
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Error: page.waitForResponse: Test ended. 27 | */ 28 | function waitForSave(page: Page): Promise<Response> { > 29 | return page.waitForResponse((r) => r.request().method() === 'PUT' && r.url().includes('/ocs/v2.php/cloud/users/')) | ^ 30 | } 31 | 32 | /** at waitForSave (/home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:29:14) at /home/runner/work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:82:18
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile: tests/playwright/e2e/settings/personal-info.spec.ts#L0
3) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile Test timeout of 45000ms exceeded.
[default] › tests/playwright/e2e/login/login-redirect.spec.ts:41:2 › Login: Redirect › redirect_url parameter redirects to the original page after login: tests/playwright/e2e/login/login-redirect.spec.ts#L51
2) [default] › tests/playwright/e2e/login/login-redirect.spec.ts:41:2 › Login: Redirect › redirect_url parameter redirects to the original page after login Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('checkbox', { name: /Enable profile/i }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('checkbox', { name: /Enable profile/i }) 49 | 50 | await expect(page).toHaveURL(/\/settings\/user/) > 51 | await expect(page.getByRole('checkbox', { name: /Enable profile/i })).toBeVisible() | ^ 52 | }) 53 | }) 54 | at /home/runner/work/server/server/tests/playwright/e2e/login/login-redirect.spec.ts:51:73
[default] › tests/playwright/e2e/login/login-redirect.spec.ts:41:2 › Login: Redirect › redirect_url parameter redirects to the original page after login: tests/playwright/e2e/login/login-redirect.spec.ts#L51
2) [default] › tests/playwright/e2e/login/login-redirect.spec.ts:41:2 › Login: Redirect › redirect_url parameter redirects to the original page after login Error: expect(locator).toBeVisible() failed Locator: getByRole('checkbox', { name: /Enable profile/i }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('checkbox', { name: /Enable profile/i }) 49 | 50 | await expect(page).toHaveURL(/\/settings\/user/) > 51 | await expect(page.getByRole('checkbox', { name: /Enable profile/i })).toBeVisible() | ^ 52 | }) 53 | }) 54 | at /home/runner/work/server/server/tests/playwright/e2e/login/login-redirect.spec.ts:51:73
[default] › tests/playwright/e2e/login/login-redirect.spec.ts:24:2 › Login: Redirect › redirects to login with redirect_url when session expires: tests/playwright/e2e/login/login-redirect.spec.ts#L29
1) [default] › tests/playwright/e2e/login/login-redirect.spec.ts:24:2 › Login: Redirect › redirects to login with redirect_url when session expires Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('checkbox', { name: /Enable profile/i }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('checkbox', { name: /Enable profile/i }) 27 | 28 | // Wait for the profile settings checkbox to confirm the page has loaded > 29 | await expect(page.getByRole('checkbox', { name: /Enable profile/i })).toBeVisible() | ^ 30 | 31 | // Simulate session expiry by clearing all cookies 32 | await context.clearCookies() at /home/runner/work/server/server/tests/playwright/e2e/login/login-redirect.spec.ts:29:73
[default] › tests/playwright/e2e/login/login-redirect.spec.ts:24:2 › Login: Redirect › redirects to login with redirect_url when session expires: tests/playwright/e2e/login/login-redirect.spec.ts#L29
1) [default] › tests/playwright/e2e/login/login-redirect.spec.ts:24:2 › Login: Redirect › redirects to login with redirect_url when session expires Error: expect(locator).toBeVisible() failed Locator: getByRole('checkbox', { name: /Enable profile/i }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('checkbox', { name: /Enable profile/i }) 27 | 28 | // Wait for the profile settings checkbox to confirm the page has loaded > 29 | await expect(page.getByRole('checkbox', { name: /Enable profile/i })).toBeVisible() | ^ 30 | 31 | // Simulate session expiry by clearing all cookies 32 | await context.clearCookies() at /home/runner/work/server/server/tests/playwright/e2e/login/login-redirect.spec.ts:29:73
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 8 / 8
Process completed with exit code 1.
Playwright tests 8 / 8
Process completed with exit code 1.
[default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column: tests/playwright/e2e/users/users-columns.spec.ts#L22
2) [default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.isChecked: Test timeout of 45000ms exceeded. Call log: - waiting for getByRole('dialog', { name: 'Account management settings' }).getByRole('checkbox', { name: 'Show language' }) 20 | for (const name of ['Show language', 'Show last login']) { 21 | const checkbox = dialog.getByRole('checkbox', { name }) > 22 | if (await checkbox.isChecked()) { | ^ 23 | await checkbox.uncheck({ force: true }) 24 | } 25 | } at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:22:23
[default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column: tests/playwright/e2e/users/users-columns.spec.ts#L11
2) [default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded while running "beforeEach" hook. 9 | 10 | test.describe('Settings: Show and hide columns', () => { > 11 | test.beforeEach(async ({ page }) => { | ^ 12 | const settingsPage = new SettingsUsersPage(page) 13 | await settingsPage.open() 14 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:11:7
[default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column: tests/playwright/e2e/users/users-columns.spec.ts#L22
2) [default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column Error: locator.isChecked: Test timeout of 45000ms exceeded. Call log: - waiting for getByRole('dialog', { name: 'Account management settings' }).getByRole('checkbox', { name: 'Show language' }) 20 | for (const name of ['Show language', 'Show last login']) { 21 | const checkbox = dialog.getByRole('checkbox', { name }) > 22 | if (await checkbox.isChecked()) { | ^ 23 | await checkbox.uncheck({ force: true }) 24 | } 25 | } at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:22:23
[default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column: tests/playwright/e2e/users/users-columns.spec.ts#L11
2) [default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column Test timeout of 45000ms exceeded while running "beforeEach" hook. 9 | 10 | test.describe('Settings: Show and hide columns', () => { > 11 | test.beforeEach(async ({ page }) => { | ^ 12 | const settingsPage = new SettingsUsersPage(page) 13 | await settingsPage.open() 14 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:11:7
[default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column: tests/playwright/e2e/users/users-columns.spec.ts#L22
1) [default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.isChecked: Test timeout of 45000ms exceeded. Call log: - waiting for getByRole('dialog', { name: 'Account management settings' }).getByRole('checkbox', { name: 'Show language' }) 20 | for (const name of ['Show language', 'Show last login']) { 21 | const checkbox = dialog.getByRole('checkbox', { name }) > 22 | if (await checkbox.isChecked()) { | ^ 23 | await checkbox.uncheck({ force: true }) 24 | } 25 | } at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:22:23
[default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column: tests/playwright/e2e/users/users-columns.spec.ts#L11
1) [default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded while running "beforeEach" hook. 9 | 10 | test.describe('Settings: Show and hide columns', () => { > 11 | test.beforeEach(async ({ page }) => { | ^ 12 | const settingsPage = new SettingsUsersPage(page) 13 | await settingsPage.open() 14 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:11:7
[default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column: tests/playwright/e2e/users/users-columns.spec.ts#L22
1) [default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column Error: locator.isChecked: Test timeout of 45000ms exceeded. Call log: - waiting for getByRole('dialog', { name: 'Account management settings' }).getByRole('checkbox', { name: 'Show language' }) 20 | for (const name of ['Show language', 'Show last login']) { 21 | const checkbox = dialog.getByRole('checkbox', { name }) > 22 | if (await checkbox.isChecked()) { | ^ 23 | await checkbox.uncheck({ force: true }) 24 | } 25 | } at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:22:23
[default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column: tests/playwright/e2e/users/users-columns.spec.ts#L11
1) [default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column Test timeout of 45000ms exceeded while running "beforeEach" hook. 9 | 10 | test.describe('Settings: Show and hide columns', () => { > 11 | test.beforeEach(async ({ page }) => { | ^ 12 | const settingsPage = new SettingsUsersPage(page) 13 | await settingsPage.open() 14 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-columns.spec.ts:11:7
Playwright tests 4 / 8
Process completed with exit code 1.
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:63:2 › Files: Sidebar › closes the sidebar on delete: tests/playwright/support/sections/FilesListPage.ts#L20
5) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:63:2 › Files: Sidebar › closes the sidebar on delete 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:63:2 › Files: Sidebar › closes the sidebar on delete: tests/playwright/support/sections/FilesListPage.ts#L20
5) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:63:2 › Files: Sidebar › closes the sidebar on delete 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:50:2 › Files: Sidebar › closes the sidebar on navigation: tests/playwright/support/sections/FilesListPage.ts#L20
4) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:50:2 › Files: Sidebar › closes the sidebar on navigation 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:50:2 › Files: Sidebar › closes the sidebar on navigation: tests/playwright/support/sections/FilesListPage.ts#L20
4) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:50:2 › Files: Sidebar › closes the sidebar on navigation 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:36:2 › Files: Sidebar › changes the sidebar content on other file: tests/playwright/support/sections/FilesListPage.ts#L20
3) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:36:2 › Files: Sidebar › changes the sidebar content on other 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:36:2 › Files: Sidebar › changes the sidebar content on other file: tests/playwright/support/sections/FilesListPage.ts#L20
3) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:36:2 › Files: Sidebar › changes the sidebar content on other 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:27:2 › Files: Sidebar › changes the current fileid: tests/playwright/support/sections/FilesListPage.ts#L20
2) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:27:2 › Files: Sidebar › changes the current fileid 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:27:2 › Files: Sidebar › changes the current fileid: tests/playwright/support/sections/FilesListPage.ts#L20
2) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:27:2 › Files: Sidebar › changes the current fileid 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:18:2 › Files: Sidebar › opens the sidebar: tests/playwright/support/sections/FilesListPage.ts#L20
1) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:18:2 › Files: Sidebar › opens the sidebar 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-sidebar.spec.ts:15:23
[default] › tests/playwright/e2e/files/files-sidebar.spec.ts:18:2 › Files: Sidebar › opens the sidebar: tests/playwright/support/sections/FilesListPage.ts#L20
1) [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:18:2 › Files: Sidebar › opens the sidebar 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-sidebar.spec.ts:15:23
playwright-test-summary
Process completed with exit code 1.
[default] › tests/playwright/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 Run Summary
44 passed (7.4m)
🎭 Playwright Run Summary
46 passed (8.9m)
🎭 Playwright Run Summary
3 failed [default] › tests/playwright/e2e/login/login-redirect.spec.ts:24:2 › Login: Redirect › redirects to login with redirect_url when session expires [default] › tests/playwright/e2e/login/login-redirect.spec.ts:41:2 › Login: Redirect › redirect_url parameter redirects to the original page after login [default] › tests/playwright/e2e/settings/personal-info.spec.ts:76:2 › Settings: Change personal information › can enable and disable the profile 42 passed (10.8m)
🎭 Playwright Run Summary
44 passed (11.1m)
🎭 Playwright Run Summary
44 passed (11.8m)
🎭 Playwright Run Summary
7 passed (8.5m)
🎭 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
2 failed [default] › tests/playwright/e2e/users/users-columns.spec.ts:32:2 › Settings: Show and hide columns › can show the Language column [default] › tests/playwright/e2e/users/users-columns.spec.ts:58:2 › Settings: Show and hide columns › can hide the Last login column 41 passed (15.2m)
🎭 Playwright Run Summary
44 failed [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:18:2 › Files: Sidebar › opens the sidebar [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:27:2 › Files: Sidebar › changes the current fileid [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:36:2 › Files: Sidebar › changes the sidebar content on other file [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:50:2 › Files: Sidebar › closes the sidebar on navigation [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:63:2 › Files: Sidebar › closes the sidebar on delete [default] › tests/playwright/e2e/files/files-sidebar.spec.ts:84:2 › Files: Sidebar › changes the fileid on delete [default] › tests/playwright/e2e/files/files-sorting.spec.ts:12:2 › Files: Sorting the file list › Files are sorted by name ascending by default [default] › tests/playwright/e2e/files/files-sorting.spec.ts:35:2 › Files: Sorting the file list › Filenames with numbers are sorted by name ascending by default [default] › tests/playwright/e2e/files/files-sorting.spec.ts:53:2 › Files: Sorting the file list › Can sort by size [default] › tests/playwright/e2e/files/files-sorting.spec.ts:82:2 › Files: Sorting the file list › Can sort by mtime [default] › tests/playwright/e2e/files/files-sorting.spec.ts:99:2 › Files: Sorting the file list › Favorites are sorted first [default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice [default] › tests/playwright/e2e/files/files-xml-regression.spec.ts:15:2 › Files: XML entities in file names › renames a file to a name with XML entities and keeps it after reload [default] › tests/playwright/e2e/files/files-xml-regression.spec.ts:37:2 › Files: XML entities in file names › can delete a file whose name contains XML entities [default] › tests/playwright/e2e/files/files.spec.ts:10:2 › Files › Login with a user and open the files app [default] › tests/playwright/e2e/files/files.spec.ts:15:2 › Files › Opens a valid file shows it as active [default] › tests/playwright/e2e/files/files.spec.ts:27:2 › Files › Opens a valid folder shows its content [default] › tests/playwright/e2e/files/files.spec.ts:37:2 › Files › Opens an unknown file show an error [default] › tests/playwright/e2e/files/hotkeys.spec.ts:20:2 › Files hotkey handling › Pressing "arrow down" should go to first file [default] › tests/playwright/e2e/files/hotkeys.spec.ts:28:2 › Files hotkey handling › Pressing "arrow up" should go to last file [default] › tests/playwright/e2e/files/hotkeys.spec.ts:36:2 › Files hotkey handling › Pressing D should open the sidebar once [default] › tests/playwright/e2e/files/hotkeys.spec.ts:45:2 › Files hotkey handling › Pressing F2 should rename the file [default] › tests/playwright/e2e/files/hotkeys.spec.ts:54:2 › Files hotkey handling › Pressing S should toggle favorite [default] › tests/playwright/e2e/files/hotkeys.spec.ts:65:2 › Files hotkey handling › Pressing DELETE should delete the folder [default] › tests/playwright/e2e/files/live-photos.spec.ts:20:2 › Files: Live photos › Only renders the .jpg file [default] › tests/playwright/e2e/files/live-photos.spec.ts:32:3 › Files: Live photos › 'Show hidden files' is enabled › Shows both files when 'Show hidden files' is enabled [default] › tests/playwright/e2e/files/live-photos.spec.ts:39:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .jpg [default] › tests/playwright/e2e/files/live-photos.spec.ts:50:3 › Files: Live photos › 'Show hidden files' is enabled › Copies both files when copying the .mov [default] › tests/playwright/e2e/files/live-photos.spec.ts:60:3 › Files: Live photos › 'Show hidden files' is enabled › Keeps live ph

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
86 KB
sha256:32f867329800cec89ba13207855bd61a73ccf5c4906b6325a667f11463a23816
blob-report-2 Expired
64.2 KB
sha256:fbf94a8c4f0a49ebf17aa3d461a65f338e2a9df01d85d83cbd2952ac6686aa37
blob-report-3 Expired
1.81 MB
sha256:7bb381d297b4c068a5bb581787737620eff007ed6808dba30c63990076df8e1a
blob-report-4 Expired
4.7 MB
sha256:45331170597ef42ea74842f6613885a3c0671adeb44b3dfff9c026eed551b5bb
blob-report-5 Expired
86.6 KB
sha256:aebd219584c8f8f064f9e275c2443b850cb3cfa58fc43731e867b239cb75fe31
blob-report-6 Expired
103 KB
sha256:f1b367a59b5c2a3972980a846976b9a9c2f10dbac5799dfb01a6b5890d84afa3
blob-report-7 Expired
6.58 MB
sha256:773d6e11cf1213280f36e435bf883611430044535b5106e1e9a8bc8751c0405f
blob-report-8 Expired
2.34 MB
sha256:69d51654c266c31d6372c1bd3e8809cc0935b133a0a67db7cb8920ed1be8a8d8
blob-report-setup Expired
14.6 KB
sha256:78420b3f400b12990cbc4a09839dfebadd140ff93b723686fd9b61d4fec427d7
html-report--attempt-1
16 MB
sha256:877186db8bc53c6b5e8966bea091d8494a1db47f68b112af5e95708982085324