feat: Support for log message handlers (#2347) #3982
Annotations
2 errors, 1 warning, and 1 notice
Merge into HTML Report:
../../../../../work/tests/table-multiselect.spec.ts#L59
1) [firefox] › ../../../../../work/tests/table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter
Error: Screenshot comparison failed:
1618 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
- 1618 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
- 1618 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
|
Merge into HTML Report:
../../../../../work/tests/shortcuts.spec.ts#L38
2) [webkit] › ../../../../../work/tests/shortcuts.spec.ts:25:5 › shortcut downloads logs in embeded-widget
TimeoutError: page.waitForEvent: Timeout 15000ms exceeded while waiting for event "download"
=========================== logs ===========================
waiting for event "download"
============================================================
36 | ).toHaveCount(0);
37 |
> 38 | const downloadPromise = page.waitForEvent('download');
| ^
39 | await page.keyboard.press('ControlOrMeta+Alt+Shift+KeyL');
40 | const download = await downloadPromise;
41 |
at /work/tests/shortcuts.spec.ts:38:32
|
Merge into HTML Report:
../../tests/notebook.spec.ts#L1
../../tests/notebook.spec.ts took 36.3s
|
Merge into HTML Report
2 flaky
[firefox] › ../../../../../work/tests/table-multiselect.spec.ts:104:7 › multiselect datetime filters
[webkit] › ../../../../../work/tests/shortcuts.spec.ts:25:5 › shortcut downloads logs in embeded-widget
316 passed (4.7m)
|
Loading