Fix(l10n): Update translations from Transifex #48
Annotations
10 errors, 2 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#L1
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
Test timeout of 30000ms exceeded.
|
[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#L52
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 frameLocator('#photo-sphere-viewer-frame').getByTitle('Automatic rotation').getByRole('img')
50 |
51 | // Check autorotate and close buttons
> 52 | await ppvLocator.getByTitle('Automatic rotation').getByRole('img').click();
| ^
53 | await ppvLocator.getByRole('button', { name: 'Close' }).click();
54 | });
55 |
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:52:70
|
[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#L30
1) [Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
28 |
29 | async function unshare(page) {
> 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();
at unshare (/home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:30:14)
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/directory-share.spec.ts:14:9
|
[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 #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: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 #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] › regular-fileview.spec.ts:10:5 › PPV should show:
apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L20
2) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ─────────────────────────────
Error: locator.waitFor: Error: strict mode violation: locator('#photo-sphere-viewer-frame') resolved to 2 elements:
1) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').first()
2) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').nth(1)
Call log:
- waiting for locator('#photo-sphere-viewer-frame') to be visible
18 | // Open 1st time
19 | await panoLink.click();
> 20 | await page.locator(frameId).waitFor({ state: 'visible' });
| ^
21 |
22 | expect(page.url()).toContain('/' + panoFileId + '?');
23 |
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:20:31
|
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show:
apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L20
2) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: locator('#photo-sphere-viewer-frame') resolved to 2 elements:
1) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').first()
2) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').nth(1)
Call log:
- waiting for locator('#photo-sphere-viewer-frame') to be visible
18 | // Open 1st time
19 | await panoLink.click();
> 20 | await page.locator(frameId).waitFor({ state: 'visible' });
| ^
21 |
22 | expect(page.url()).toContain('/' + panoFileId + '?');
23 |
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:20:31
|
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show:
apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L20
2) [Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Error: strict mode violation: locator('#photo-sphere-viewer-frame') resolved to 2 elements:
1) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').first()
2) <iframe allowfullscreen="true" id="photo-sphere-viewer-f…></iframe> aka locator('#photo-sphere-viewer-frame').nth(1)
Call log:
- waiting for locator('#photo-sphere-viewer-frame') to be visible
18 | // Open 1st time
19 | await panoLink.click();
> 20 | await page.locator(frameId).waitFor({ state: 'visible' });
| ^
21 |
22 | expect(page.url()).toContain('/' + panoFileId + '?');
23 |
at /home/runner/actions-runner/_work/files_photospheres/files_photospheres/apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts:20:31
|
[Google Chrome] › regular-fileview.spec.ts:69:5 › 360 video should show on context menu click:
apps/files_photospheres/tests/E2E/tests/regular-fileview.spec.ts#L1
3) [Google Chrome] › regular-fileview.spec.ts:69:5 › 360 video should show on context menu click ─
Test timeout of 30000ms exceeded.
|
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.
|
🎭 Playwright Run Summary
3 failed
[Google Chrome] › directory-share.spec.ts:45:5 › PPV should show on click on directory shared pano.jpg
[Google Chrome] › regular-fileview.spec.ts:10:5 › PPV should show ──────────────────────────────
[Google Chrome] › regular-fileview.spec.ts:69:5 › 360 video should show on context menu click ──
1 flaky
[Google Chrome] › directory-share.spec.ts:56:5 › PPV should not show on click on directory shared non-pano.jpg
3 passed (6.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nextcloud-logs
Expired
|
0 Bytes |
|