fix: monaco editor overflowing at certain zoom levels #3977
Annotations
1 error, 3 warnings, and 1 notice
Merge into HTML Report:
../../../../../work/tests/table.spec.ts#L44
1) [chromium] › table.spec.ts:17:5 › can make a non-contiguous table row selection ───────────────
Error: Screenshot comparison failed:
378 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table.spec.ts-snapshots/can-make-a-non-contiguous-table-row-selection-1-chromium-linux.png
Received: /work/test-results/table-can-make-a-non-contiguous-table-row-selection-chromium/can-make-a-non-contiguous-table-row-selection-1-actual.png
Diff: /work/test-results/table-can-make-a-non-contiguous-table-row-selection-chromium/can-make-a-non-contiguous-table-row-selection-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-panel .iris-grid')
- locator resolved to <div class="iris-grid" role="presentation">…</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
- 378 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-panel .iris-grid')
- locator resolved to <div class="iris-grid" role="presentation">…</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
- 378 pixels (ratio 0.01 of all image pixels) are different.
42 | /* eslint-enable no-await-in-loop */
43 |
> 44 | await expect(page.locator('.iris-grid-panel .iris-grid')).toHaveScreenshot();
| ^
45 | });
46 |
47 | test('can open a table with column header groups', async ({ page }) => {
at /work/tests/table.spec.ts:44:61
|
Merge into HTML Report:
[webkit] › shortcuts.spec.ts#L1
[webkit] › shortcuts.spec.ts took 37.2s
|
Merge into HTML Report:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 36.2s
|
Merge into HTML Report:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 25.0s
|
Merge into HTML Report
1 flaky
[chromium] › table.spec.ts:17:5 › can make a non-contiguous table row selection ────────────────
317 passed (5.2m)
|
Loading