fix: accordion, disclosure, color picker, color editor export #3903
Annotations
4 errors, 4 warnings, and 1 notice
Merge into HTML Report:
../../../../../work/tests/table-multiselect.spec.ts#L59
1) [chromium] › table-multiselect.spec.ts:104:7 › multiselect number filters › Filter equal › Apply filter
Error: Screenshot comparison failed:
765 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table-multiselect.spec.ts-snapshots/number-1-equal-chromium-linux.png
Received: /work/test-results/table-multiselect-multiselect-number-filters-chromium/number-1-equal-actual.png
Diff: /work/test-results/table-multiselect-multiselect-number-filters-chromium/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
- 765 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
- 765 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
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 string filters › Filter is › Apply filter
Error: Screenshot comparison failed:
884 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table-multiselect.spec.ts-snapshots/string-1-is-webkit-linux.png
Received: /work/test-results/table-multiselect-multiselect-string-filters-webkit/string-1-is-actual.png
Diff: /work/test-results/table-multiselect-multiselect-string-filters-webkit/string-1-is-diff.png
Call log:
- expect.toHaveScreenshot(string-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
- 884 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
- 884 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-operations.spec.ts#L1
4) [webkit] › table-operations.spec.ts:352:5 › custom column ─────────────────────────────────────
Error: worker process exited unexpectedly (code=null, signal=SIGABRT)
|
Merge into HTML Report:
[webkit] › table.spec.ts#L1
[webkit] › table.spec.ts took 50.8s
|
Merge into HTML Report:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 33.0s
|
Merge into HTML Report:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 25.9s
|
Merge into HTML Report:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 23.1s
|
Merge into HTML Report
4 flaky
[chromium] › table-multiselect.spec.ts:104:7 › multiselect number filters ──────────────────────
[firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters ───────────────────────
[webkit] › table-multiselect.spec.ts:104:7 › multiselect string filters ────────────────────────
[webkit] › table-operations.spec.ts:352:5 › custom column ──────────────────────────────────────
299 passed (14.0m)
|
Loading