Tests e2e playwright print project projection refactoring #7665
Annotations
4 errors, 5 warnings, and 2 notices
Run Playwright tests not tagged read-only:
tests/end2end/playwright/axis_orientation.spec.js#L112
1) [end2end] › playwright/axis_orientation.spec.js:74:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844
Error: expect(received).toBeGreaterThan(expected)
Expected: > 1286
Received: 1286
110 | buffer = await page.screenshot({clip:{x:950/2-380/2, y:600/2-380/2, width:380, height:380}});
111 | const judetByteLength = buffer.byteLength;
> 112 | await expect(judetByteLength).toBeGreaterThan(blankByteLength);
| ^
113 |
114 | // Catch GetTile request;
115 | let GetTiles = [];
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/axis_orientation.spec.js:112:39
|
Run Playwright tests not tagged read-only:
tests/end2end/eval at evaluate (:234:30)#L2
2) [end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky
Error: page.evaluate: ReferenceError: addOlLayers is not defined
at eval (eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/eval at evaluate (:234:30), <anonymous>:2:7)
at UtilityScript.evaluate (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/<anonymous>:1:44)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/custom-javascript-api.spec.js:24:20
|
Run Playwright tests read-only:
tests/end2end/playwright/auth.setup.ts#L1
1) [setup] › playwright/auth.setup.ts:29:6 › authenticate as user_in_group_a ─────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests read-only:
tests/end2end/playwright/auth.setup.ts#L17
1) [setup] › playwright/auth.setup.ts:29:6 › authenticate as user_in_group_a ─────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#jforms_jcommunity_login_auth_login')
15 | // Perform authentication steps. Replace these actions with your own.
16 | await page.goto('admin.php/auth/login?auth_url_return=%2Findex.php');
> 17 | await page.locator('#jforms_jcommunity_login_auth_login').fill(login);
| ^
18 | await page.locator('#jforms_jcommunity_login_auth_password').fill(password);
19 | await page.getByRole('button', { name: 'Sign in' }).click();
20 | // Wait until the page receives the cookies.
at auth_using_login (/home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/auth.setup.ts:17:61)
at /home/runner/work/lizmap-web-client/lizmap-web-client/tests/end2end/playwright/auth.setup.ts:30:3
|
Run Playwright tests not tagged read-only:
tests/end2end/[end2end] › playwright/print.spec.js#L1
tests/end2end/[end2end] › playwright/print.spec.js took 1.2m
|
Run Playwright tests not tagged read-only:
tests/end2end/[end2end] › playwright/popup.spec.js#L1
tests/end2end/[end2end] › playwright/popup.spec.js took 42.4s
|
Run Playwright tests not tagged read-only:
tests/end2end/[end2end] › playwright/permalink.spec.js#L1
tests/end2end/[end2end] › playwright/permalink.spec.js took 34.3s
|
Run Playwright tests not tagged read-only:
tests/end2end/[end2end] › playwright/edition-form.spec.js#L1
tests/end2end/[end2end] › playwright/edition-form.spec.js took 29.4s
|
Run Playwright tests not tagged read-only:
tests/end2end/[end2end] › playwright/webdav-upload.spec.js#L1
tests/end2end/[end2end] › playwright/webdav-upload.spec.js took 28.5s
|
Run Playwright tests not tagged read-only
2 flaky
[end2end] › playwright/axis_orientation.spec.js:74:9 › Axis Orientation › Axis Orientation NEU for EPSG:3844
[end2end] › playwright/custom-javascript-api.spec.js:9:9 › Maps management › OpenLayers @flaky ─
2 skipped
178 passed (9.5m)
|
Run Playwright tests read-only
1 flaky
[setup] › playwright/auth.setup.ts:29:6 › authenticate as user_in_group_a ──────────────────────
11 passed (40.5s)
|
Loading