v0.93.0 #3643
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')
- locator resolved to <div class="iris-grid-column">…</div>
- 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#L470
1) [chromium] › 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
- 2389 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
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
|
[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#L113
3) [webkit] › 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)
|
Slow Test:
[webkit] › table.spec.ts#L1
[webkit] › table.spec.ts took 41.9s
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 25.8s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 18.8s
|
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 ─────────────────
4 flaky
[firefox] › table-multiselect.spec.ts:77:7 › select null filters ───────────────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select empty filters ──────────────────────────────
[firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters ───────────────────────
[firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ─────────────────────
290 passed (12.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.24 GB |
|
playwright-report
Expired
|
17.1 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
4.99 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
9.78 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
45.4 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
2.03 MB |
|
server-logs-chromium-1-1
Expired
|
8.81 KB |
|
server-logs-firefox-1-1
Expired
|
8.36 KB |
|
server-logs-webkit-2-2
Expired
|
7.76 KB |
|