feat: Make rollup group behaviour a setting in the global settings menu #3547
Annotations
10 errors, 3 warnings, and 1 notice
e2e-tests (webkit-2-2)
Process completed with exit code 1.
|
e2e-tests (chromium-1-1)
Process completed with exit code 1.
|
e2e-tests (firefox-1-1)
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#L447
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Error: Screenshot comparison failed:
13303 pixels (ratio 0.04 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-chromium-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-chromium/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-chromium/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 8912 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>
- 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
- 9878 pixels (ratio 0.03 of all image pixels) are different.
- waiting 250ms before taking screenshot
- 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
- captured a stable screenshot
- 13303 pixels (ratio 0.04 of all image pixels) are different.
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#L447
1) [chromium] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
13303 pixels (ratio 0.04 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-chromium-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-chromium-retry1/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-chromium-retry1/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 13303 pixels (ratio 0.04 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>
- 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
- captured a stable screenshot
- 13303 pixels (ratio 0.04 of all image pixels) are different.
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
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Error: Screenshot comparison failed:
14220 pixels (ratio 0.04 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-firefox-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-firefox/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-firefox/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 9243 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>
- 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
- 10221 pixels (ratio 0.03 of all image pixels) are different.
- waiting 250ms before taking screenshot
- 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
- captured a stable screenshot
- 14220 pixels (ratio 0.04 of all image pixels) are different.
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
|
[firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
2) [firefox] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
14220 pixels (ratio 0.04 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-firefox-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-firefox-retry1/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-firefox-retry1/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 14220 pixels (ratio 0.04 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>
- 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
- captured a stable screenshot
- 14220 pixels (ratio 0.04 of all image pixels) are different.
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
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Error: Screenshot comparison failed:
15139 pixels (ratio 0.05 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-webkit-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-webkit/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-webkit/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 15139 pixels (ratio 0.05 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>
- 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
- captured a stable screenshot
- 15139 pixels (ratio 0.05 of all image pixels) are different.
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
|
[webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns:
../../../../../work/tests/table-operations.spec.ts#L447
3) [webkit] › table-operations.spec.ts:438:5 › rollup rows and aggregrate columns › Rollup column
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
15139 pixels (ratio 0.05 of all image pixels) are different.
Expected: /work/tests/table-operations.spec.ts-snapshots/rollup-rows-and-aggregrate-columns-1-webkit-linux.png
Received: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-webkit-retry1/rollup-rows-and-aggregrate-columns-1-actual.png
Diff: /work/test-results/table-operations-rollup-rows-and-aggregrate-columns-webkit-retry1/rollup-rows-and-aggregrate-columns-1-diff.png
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
- 15139 pixels (ratio 0.05 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>
- 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
- captured a stable screenshot
- 15139 pixels (ratio 0.05 of all image pixels) are different.
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
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 26.9s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 18.0s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 17.8s
|
🎭 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 (3.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
8.96 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
3.42 MB |
|
server-logs-firefox-1-1
Expired
|
6.4 KB |
|