feat: Made event details generic (#2343) #3965
Annotations
4 errors, 2 warnings, and 1 notice
Merge into HTML Report:
../../../../../work/tests/console.spec.ts#L112
1) [webkit] › console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 0
Received: 904
110 | Math.floor(el.scrollHeight - el.scrollTop - el.clientHeight)
111 | )
> 112 | ).toBeLessThanOrEqual(0);
| ^
113 | });
114 |
115 | test('scrolls to the bottom when focus changed when command executed', async () => {
at /work/tests/console.spec.ts:112:7
|
Merge into HTML Report:
../../../../../work/tests/console.spec.ts#L112
1) [webkit] › console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 0
Received: 882
110 | Math.floor(el.scrollHeight - el.scrollTop - el.clientHeight)
111 | )
> 112 | ).toBeLessThanOrEqual(0);
| ^
113 | });
114 |
115 | test('scrolls to the bottom when focus changed when command executed', async () => {
at /work/tests/console.spec.ts:112:7
|
Merge into HTML Report:
../../../../../work/tests/table-multiselect.spec.ts#L59
2) [firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters › Filter equal › Apply filter
Error: Screenshot comparison failed:
783 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table-multiselect.spec.ts-snapshots/number-1-equal-firefox-linux.png
Received: /work/test-results/table-multiselect-multiselect-number-filters-firefox/number-1-equal-actual.png
Diff: /work/test-results/table-multiselect-multiselect-number-filters-firefox/number-1-equal-diff.png
Call log:
- expect.toHaveScreenshot(number-1-equal.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
- 783 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
- 783 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/table-multiselect.spec.ts#L59
3) [webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters › Filter is › Apply filter
Error: Screenshot comparison failed:
1959 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
- 1959 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
- 1959 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:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 38.4s
|
Merge into HTML Report:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 23.6s
|
Merge into HTML Report
1 failed
[webkit] › console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed
2 flaky
[firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters ───────────────────────
[webkit] › table-multiselect.spec.ts:104:7 › multiselect datetime filters ──────────────────────
1 did not run
305 passed (5.3m)
|
Loading