fix: Use correct offset in snapshot #3636
Annotations
14 errors, 4 warnings, and 1 notice
e2e-tests (chromium-1-1)
Process completed with exit code 1.
|
e2e-tests (firefox-1-1)
Process completed with exit code 1.
|
e2e-tests (webkit-2-2)
Process completed with exit code 1.
|
e2e-results
Process completed with exit code 1.
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 5)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Error: expect.toHaveScreenshot: Test ended.
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 8759 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-column')
- failed to take screenshot - Protocol error (Runtime.callFunctionOn): Internal server error, session closed.
445 |
446 | await waitForLoadingDone(page);
> 447 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
| ^
448 | });
449 |
450 | await test.step('Toggle constituents', async () => {
at /work/tests/table-operations.spec.ts:447:53
at /work/tests/table-operations.spec.ts:442:3
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L475
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
473 | await test.step('Aggregate columns', async () => {
474 | await page.getByText('Constituents').click();
> 475 | await page.getByText('Non-Aggregated Columns').click();
| ^
476 |
477 | await page.getByTestId('btn-page-back').click();
478 | await openTableOption(page, 'Aggregate Columns');
at /work/tests/table-operations.spec.ts:475:52
at /work/tests/table-operations.spec.ts:473:3
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L467
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Error: locator.dblclick: Test ended.
Call log:
- waiting for getByRole('button', { name: 'Int', exact: true })
465 | const intColumn = page.getByRole('button', { name: 'Int', exact: true });
466 | expect(intColumn).toBeTruthy();
> 467 | await intColumn.dblclick();
| ^
468 |
469 | await waitForLoadingDone(page);
470 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
at /work/tests/table-operations.spec.ts:467:21
at /work/tests/table-operations.spec.ts:464:14
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L113
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Export in state DEPENDENCY_RELEASED (related parent export id: 13)
111 | page.on('console', msg => {
112 | if (msg.type() === 'error') {
> 113 | throw new Error(msg.text());
| ^
114 | }
115 | });
116 |
at Page.<anonymous> (/work/tests/table-operations.spec.ts:113:13)
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L474
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByText('Constituents')
472 |
473 | await test.step('Aggregate columns', async () => {
> 474 | await page.getByText('Constituents').click();
| ^
475 | await page.getByText('Non-Aggregated Columns').click();
476 |
477 | await page.getByTestId('btn-page-back').click();
at /work/tests/table-operations.spec.ts:474:42
at /work/tests/table-operations.spec.ts:473:14
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L1
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
Error: worker process exited unexpectedly (code=null, signal=SIGABRT)
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L1
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: worker process exited unexpectedly (code=null, signal=SIGABRT)
|
Slow Test:
[webkit] › table.spec.ts#L1
[webkit] › table.spec.ts took 43.2s
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 24.9s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 19.4s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 18.7s
|
🎭 Playwright Run Summary
3 failed
[chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ─────────────────
5 flaky
[chromium] › table-multiselect.spec.ts:77:7 › select bool filters ──────────────────────────────
[chromium] › table-multiselect.spec.ts:104:7 › multiselect string filters ──────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select null filters ───────────────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select empty filters ──────────────────────────────
[webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ──────────────────────
289 passed (22.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.24 GB |
|
playwright-report
Expired
|
16.7 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
8.93 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
5.37 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
44.9 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
2.13 MB |
|
server-logs-chromium-1-1
Expired
|
8.68 KB |
|
server-logs-firefox-1-1
Expired
|
8.37 KB |
|
server-logs-webkit-2-2
Expired
|
8.28 KB |
|