fix: Use correct offset in snapshot #3639
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: 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
|
[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: Test ended.
Call log:
- waiting for getByText('Constituents')
- locator resolved to <label for="-xyBfNCjzOHhPQCGdqG6E" class="custom-contro…>Constituents</label>
- attempting click action
- waiting for element to be visible, enabled and stable
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#L113
3) [webkit] › 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)
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L451
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns ────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByText('Constituents')
449 |
450 | await test.step('Toggle constituents', async () => {
> 451 | await page.getByText('Constituents').click();
| ^
452 |
453 | await waitForLoadingDone(page);
454 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot();
at /work/tests/table-operations.spec.ts:451:42
at /work/tests/table-operations.spec.ts:450:14
|
Slow Test:
[webkit] › table.spec.ts#L1
[webkit] › table.spec.ts took 43.1s
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 25.8s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 20.0s
|
🎭 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 (12.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.24 GB |
|
playwright-report
Expired
|
8.73 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
4.51 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
3.85 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
44.9 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
87.4 KB |
|
server-logs-chromium-1-1
Expired
|
8.39 KB |
|
server-logs-firefox-1-1
Expired
|
8.29 KB |
|
server-logs-webkit-2-2
Expired
|
7.83 KB |
|