fix: Remove unused Python plugin from plugins/pivot #1241
Annotations
1 error and 1 notice
|
tests/ui_table.spec.ts#L23
1) [chromium] › ui_table.spec.ts:19:9 › UI table › t_background_color ────────────────────────────
Error: Screenshot comparison failed:
19702 pixels (ratio 0.05 of all image pixels) are different.
Expected: /work/tests/ui_table.spec.ts-snapshots/UI-table-t-background-color-1-chromium-linux.png
Received: /work/test-results/ui_table-UI-table-t-background-color-chromium/UI-table-t-background-color-1-actual.png
Diff: /work/test-results/ui_table-UI-table-t-background-color-chromium/UI-table-t-background-color-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 19702 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 19702 pixels (ratio 0.05 of all image pixels) are different.
21 | await openPanel(page, name, REACT_PANEL_VISIBLE);
22 |
> 23 | await expect(page.locator(REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
24 | });
25 | });
26 | });
at /work/tests/ui_table.spec.ts:23:55
|
|
|
The logs for this run have expired and are no longer available.
Loading