fix: Use correct offset in snapshot #3637
Annotations
14 errors, 3 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: 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#L467
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ──────────────
Error: locator.dblclick: Target page, context or browser has been closed
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
|
[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#L474
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
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
|
[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#L470
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
- failed to take screenshot -
468 |
469 | await waitForLoadingDone(page);
> 470 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
| ^
471 | });
472 |
473 | await test.step('Aggregate columns', async () => {
at /work/tests/table-operations.spec.ts:470:53
at /work/tests/table-operations.spec.ts:464:3
|
[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 25.6s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 19.9s
|
🎭 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 ─────────────────
294 passed (21.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.24 GB |
|
playwright-report
Expired
|
8.49 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
4.29 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
3.83 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
44.8 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
88.2 KB |
|
server-logs-chromium-1-1
Expired
|
8.35 KB |
|
server-logs-firefox-1-1
Expired
|
8.14 KB |
|
server-logs-webkit-2-2
Expired
|
8.09 KB |
|