Skip to content

feat: Make rollup group behaviour a setting in the global settings menu #3590

feat: Make rollup group behaviour a setting in the global settings menu

feat: Make rollup group behaviour a setting in the global settings menu #3590

Re-run triggered August 22, 2024 19:33
Status Failure
Total duration 5m 58s
Artifacts 12

e2e.yml

on: pull_request
Matrix: e2e-tests
merge-reports
20s
merge-reports
e2e-results
0s
e2e-results
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
e2e-tests (firefox-1-1)
Process completed with exit code 1.
e2e-tests (webkit-2-2)
Process completed with exit code 1.
e2e-tests (chromium-1-1)
Process completed with exit code 1.
e2e-results
Process completed with exit code 1.
[chromium] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
1) [chromium] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Error: Screenshot comparison failed: 1460 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-chromium-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-chromium/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-chromium/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1460 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> - 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 - 1460 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
[chromium] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
1) [chromium] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1460 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-chromium-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-chromium-retry1/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-chromium-retry1/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1460 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> - 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 - 1460 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
[firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
2) [firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Error: Screenshot comparison failed: 1138 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-firefox-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-firefox/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-firefox/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1138 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> - 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 - 1138 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
[firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
2) [firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1138 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-firefox-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-firefox-retry1/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-firefox-retry1/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1138 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> - 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 - 1138 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
[webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
3) [webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Error: Screenshot comparison failed: 1453 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-webkit-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-webkit/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-webkit/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1453 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> - 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 - 1453 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
[webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters: ../../../../../work/tests/table-multiselect.spec.ts#L59
3) [webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1453 pixels (ratio 0.01 of all image pixels) are different. Expected: /work/tests/table-multiselect.spec.ts-snapshots/datetime-1-is-webkit-linux.png Received: /work/test-results/table-multiselect-multiselect-datetime-filters-webkit-retry1/datetime-1-is-actual.png Diff: /work/test-results/table-multiselect-multiselect-datetime-filters-webkit-retry1/datetime-1-is-diff.png Call log: - expect.toHaveScreenshot(datetime-1-is.png) 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 - 1453 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> - 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 - 1453 pixels (ratio 0.01 of all image pixels) are different. 57 | await page.getByRole('button', { name: filterType, exact: true }).click(); 58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar'); > 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot( | ^ 60 | screenshotName 61 | ); 62 | }); at /work/tests/table-multiselect.spec.ts:59:53 at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3) at /work/tests/table-multiselect.spec.ts:121:9 at /work/tests/table-multiselect.spec.ts:120:7
🎭 Playwright Run Summary
3 failed [chromium] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ──────────────────── [firefox] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ───────────────────── [webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ────────────────────── 294 passed (4.0m)
Slow Test: [webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 30.3s
Slow Test: [webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 19.5s

Artifacts

Produced during runtime
Name Size
playwright-report Expired
4.21 MB
playwright-report-blob-chromium-1-1 Expired
1.49 MB
server-logs-chromium-1-1 Expired
6.42 KB