Skip to content

Stabilize stable30

Stabilize stable30 #91

Triggered via pull request September 9, 2024 08:37
Status Failure
Total duration 12m 51s
Artifacts 1

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
[Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L13
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared 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:45:5 › PPV should show on click on directory shared pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L32
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'ppv-testfiles' }) 30 | await page.goto(baseUrl); 31 | await page.getByLabel('Files', { exact: true }).click(); > 32 | await page.getByRole('button', { 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:61) 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:45:5 › PPV should show on click on directory shared pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L10
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL Call log: - navigating to "", waiting until "load" 8 | await removeDirectoryShare(page); 9 | const shareLink = await shareDirectory(page); > 10 | await page.goto(shareLink); | ^ 11 | }); 12 | 13 | test.afterEach(async ({ page }) => { at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:10:14
[Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L13
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:45:5 › PPV should show on click on directory shared pano.jpg: apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts#L10
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL Call log: - navigating to "", waiting until "load" 8 | await removeDirectoryShare(page); 9 | const shareLink = await shareDirectory(page); > 10 | await page.goto(shareLink); | ^ 11 | }); 12 | 13 | test.afterEach(async ({ page }) => { at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:10:14
[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
2) [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#L58
2) [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 locator('tr[data-file="non-pano.jpg"] a.name') 56 | test('PPV should not show on click on directory shared non-pano.jpg', async ({ page }) => { 57 | // Open image > 58 | page.locator('tr[data-file="non-pano.jpg"] a.name').click(); | ^ 59 | 60 | // Assert PPV did not open 61 | let visible = true; at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:58:55
[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
2) [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#L10
2) [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Protocol error (Page.navigate): Cannot navigate to invalid URL Call log: - navigating to "", waiting until "load" 8 | await removeDirectoryShare(page); 9 | const shareLink = await shareDirectory(page); > 10 | await page.goto(shareLink); | ^ 11 | }); 12 | 13 | test.afterEach(async ({ page }) => { at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:10:14
[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
2) [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
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
No files were found with the provided path: apps/files_photospheres/tests/E2E/playwright-report/. No artifacts will be uploaded.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nextcloud-logs". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
4 failed [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg [Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg [Google Chrome] › single-fileshare.spec.ts:51:5 › PPV should show directly (single file share for pano.jpg) [Google Chrome] › single-fileshare.spec.ts:66:5 › PPV should not show (single file share for non-pano.jpg) 1 flaky [Google Chrome] › regular-fileview.spec.ts:71:5 › 360 video should show on context menu click ── 2 passed (9.1m)

Artifacts

Produced during runtime
Name Size
nextcloud-logs Expired
465 Bytes