fix: column preview types not accurate #2072
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
tests/table-operations.spec.ts#L631
1) [webkit] › table-operations.spec.ts:517:5 › advanced settings › use input filter ──────────────
Error: Screenshot comparison failed:
Expected an image 637px by 381px, received 317px by 381px. 112137 pixels (ratio 0.47 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-column').nth(1)
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- Expected an image 637px by 381px, received 317px by 381px. 112137 pixels (ratio 0.47 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-column').nth(1)
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- Expected an image 637px by 381px, received 317px by 381px. 112137 pixels (ratio 0.47 of all image pixels) are different.
Expected: /home/runner/work/web-client-ui/web-client-ui/tests/table-operations.spec.ts-snapshots/advanced-settings-2-webkit-linux.png
Received: /home/runner/work/web-client-ui/web-client-ui/test-results/table-operations-advanced-settings-webkit/advanced-settings-2-actual.png
Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/table-operations-advanced-settings-webkit/advanced-settings-2-diff.png
629 | await waitForLoadingDone(page, 1);
630 |
> 631 | await expect(page.locator('.iris-grid-column').nth(1)).toHaveScreenshot();
| ^
632 | });
633 |
634 | await test.step('use linker filter', async () => {
at /home/runner/work/web-client-ui/web-client-ui/tests/table-operations.spec.ts:631:60
at /home/runner/work/web-client-ui/web-client-ui/tests/table-operations.spec.ts:622:3
|
Run Playwright tests:
[webkit] › styleguide.spec.ts#L1
[webkit] › styleguide.spec.ts took 5.9m
|
Run Playwright tests:
[webkit] › table-operations.spec.ts#L1
[webkit] › table-operations.spec.ts took 4.1m
|
Run Playwright tests:
[firefox] › styleguide.spec.ts#L1
[firefox] › styleguide.spec.ts took 2.1m
|
Run Playwright tests:
[chromium] › styleguide.spec.ts#L1
[chromium] › styleguide.spec.ts took 1.8m
|
Run Playwright tests:
[webkit] › context-menu.spec.ts#L1
[webkit] › context-menu.spec.ts took 1.4m
|
Run Playwright tests
1 flaky
[webkit] › table-operations.spec.ts:517:5 › advanced settings ──────────────────────────────────
242 passed (21.5m)
|
The logs for this run have expired and are no longer available.
Loading