Skip to content

NC29 compat final

NC29 compat final #59

Triggered via pull request May 6, 2024 12:19
Status Failure
Total duration 23m 38s
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/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('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/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59) at /home/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#L6
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 "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/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:6: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59) at /home/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#L6
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:6: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/common.ts#L10
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'ppv-testfiles' }) at common.ts:10 8 | await page.locator('#password').press('Enter'); 9 | await page.getByRole('link', { name: 'Files' }).click(); > 10 | await page.getByRole('link', { name: 'ppv-testfiles' }).click(); | ^ 11 | }; 12 | 13 | export const frameId = '#photo-sphere-viewer-frame'; at loginAndSwitchToPPVTestFiles (/home/runner/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/common.ts:10:61) at /home/runner/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:7: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
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 "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/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#L21
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 getByRole('menuitem', { name: 'Unshare' }) - locator resolved to <button title="" type="button" role="menuitem" data-v-51…>…</button> - attempting click action - waiting for element to be visible, enabled and stable 19 | await page.getByLabel('Shared by link').click({ timeout: 2000 }); 20 | await page.getByLabel('Actions for "Share link"').click(); > 21 | await page.getByRole('menuitem', { name: 'Unshare' }).click(); | ^ 22 | } 23 | catch (e) { 24 | if (!(e instanceof playwright.errors.TimeoutError)) at removeDirectoryShare (/home/runner/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:21:59) at /home/runner/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:8: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
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/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#L32
2) [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 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/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:32:59) at /home/runner/work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:14:3
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
7 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] › regular-fileview.spec.ts:10:5 › PPV should show ────────────────────────────── [Google Chrome] › regular-fileview.spec.ts:53:5 › PPV should not show ────────────────────────── [Google Chrome] › regular-fileview.spec.ts:69:5 › 360 video should show on context menu click ── [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)

Artifacts

Produced during runtime
Name Size
nextcloud-logs Expired
433 Bytes