Skip to content

Fix(l10n): Update translations from Transifex #40

Fix(l10n): Update translations from Transifex

Fix(l10n): Update translations from Transifex #40

Triggered via push January 6, 2024 00:46
Status Failure
Total duration 8m 41s
Artifacts 1

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L13
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Test timeout of 30000ms exceeded while running "afterEach" hook. 11 | }); 12 | > 13 | test.afterEach(async ({ page }) => { | ^ 14 | await unshare(page); 15 | }); 16 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:13:6
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L32
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'ppv-testfiles' }) 30 | await page.goto(baseUrl); 31 | await page.getByRole('link', { name: 'Files' }).click(); > 32 | await page.getByRole('link', { name: 'ppv-testfiles' }).click(); | ^ 33 | await page.locator('.files-list__header-share-button').click(); 34 | await page.getByLabel('Actions for "Share link"').click(); 35 | await page.getByRole('menuitem', { name: 'Unshare' }).click(); at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59) at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:14:3
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L6
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 4 | const playwright = require('playwright'); 5 | > 6 | test.beforeEach(async ({ page }) => { | ^ 7 | await loginAndSwitchToPPVTestFiles(page); 8 | await removeDirectoryShare(page); 9 | const shareLink = await shareDirectory(page); at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:6:6
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L40
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Create a new share link') 38 | async function shareDirectory(page) { 39 | await page.locator('.files-list__header-share-button').click(); > 40 | await page.getByLabel('Create a new share link').click(); | ^ 41 | await page.waitForTimeout(1000); 42 | return await page.evaluate(async () => await navigator.clipboard.readText()); 43 | } at shareDirectory (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:40:52) at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:9:21
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L13
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. 11 | }); 12 | > 13 | test.afterEach(async ({ page }) => { | ^ 14 | await unshare(page); 15 | }); 16 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:13:6
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L32
1) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'ppv-testfiles' }) 30 | await page.goto(baseUrl); 31 | await page.getByRole('link', { name: 'Files' }).click(); > 32 | await page.getByRole('link', { name: 'ppv-testfiles' }).click(); | ^ 33 | await page.locator('.files-list__header-share-button').click(); 34 | await page.getByLabel('Actions for "Share link"').click(); 35 | await page.getByRole('menuitem', { name: 'Unshare' }).click(); at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59) at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:14:3
[Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg): apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts#L12
2) [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) Test timeout of 30000ms exceeded while running "afterEach" hook. 10 | }); 11 | > 12 | test.afterEach(async ({ page }) => { | ^ 13 | await unshare(page); 14 | }); 15 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:12:6
[Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg): apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts#L36
2) [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-cy-files-list-row-name=\'pano.jpg\'] .files-list__row-mtime') 34 | await page.getByRole('link', { name: 'Files' }).click(); 35 | await page.getByRole('link', { name: 'ppv-testfiles' }).click(); > 36 | await page.locator("[data-cy-files-list-row-name='" + fileName + "'] .files-list__row-mtime").click(); | ^ 37 | await page.getByRole('tab', { name: 'Sharing' }).click(); 38 | await page.getByRole('button', { name: 'Actions for "Share link"' }).click(); 39 | await page.getByRole('menuitem', { name: 'Unshare' }).click(); at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:36:97) at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:13:3
[Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg): apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts#L12
2) [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. 10 | }); 11 | > 12 | test.afterEach(async ({ page }) => { | ^ 13 | await unshare(page); 14 | }); 15 | at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:12:6
[Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg): apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts#L33
2) [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" 31 | 32 | async function unshare(page) { > 33 | await page.goto(baseUrl); | ^ 34 | await page.getByRole('link', { name: 'Files' }).click(); 35 | await page.getByRole('link', { name: 'ppv-testfiles' }).click(); 36 | await page.locator("[data-cy-files-list-row-name='" + fileName + "'] .files-list__row-mtime").click(); at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:33:14) at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/single-fileshare.spec.ts:13:9
test
No files were found with the provided path: apps/files_photospheres/tests/E2E/playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg 1 flaky [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) 5 passed (5.0m)

Artifacts

Produced during runtime
Name Size
nextcloud-logs Expired
0 Bytes