feat: Deephaven UI table databar support #3563
Annotations
10 errors, 2 warnings, and 1 notice
e2e-tests (firefox-1-1)
Process completed with exit code 1.
|
e2e-tests (chromium-1-1)
Process completed with exit code 1.
|
e2e-tests (webkit-2-2)
Process completed with exit code 1.
|
e2e-results
Process completed with exit code 1.
|
[chromium] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
1) [chromium] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Error: Screenshot comparison failed:
3787 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-chromium-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-chromium/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-chromium/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3787 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3787 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
[chromium] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
1) [chromium] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3787 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-chromium-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-chromium-retry1/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-chromium-retry1/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3787 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3787 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
[firefox] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
2) [firefox] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Error: Screenshot comparison failed:
3768 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-firefox-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-firefox/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-firefox/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3768 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3768 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
[firefox] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
2) [firefox] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3768 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-firefox-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-firefox-retry1/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-firefox-retry1/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3768 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 3768 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
[webkit] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
3) [webkit] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Error: Screenshot comparison failed:
4943 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-webkit-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-webkit/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-webkit/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 4943 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 4943 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
[webkit] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar:
../../../../../work/tests/styleguide.spec.ts#L97
3) [webkit] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4943 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/styleguide.spec.ts-snapshots/grids-data-bar-webkit-linux.png
Received: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-webkit-retry1/grids-data-bar-actual.png
Diff: /work/test-results/styleguide-UI-regression-t-e72f8-mple-section-grids-data-bar-webkit-retry1/grids-data-bar-diff.png
Call log:
- expect.toHaveScreenshot(grids-data-bar.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 4943 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-grids-data-bar')
- locator resolved to <div id="sample-section-grids-data-bar" class="NW91UW…>…</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
- 4943 pixels (ratio 0.01 of all image pixels) are different.
95 | const sampleSection = page.locator(`#${id}`);
96 |
> 97 | await expect(sampleSection).toHaveScreenshot(
| ^
98 | `${id.replace(/^sample-section-/, '')}.png`,
99 | { timeout: 45000 }
100 | );
at /work/tests/styleguide.spec.ts:97:33
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 26.9s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 19.2s
|
🎭 Playwright Run Summary
3 failed
[chromium] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
[firefox] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
[webkit] › styleguide.spec.ts:84:7 › UI regression test - Styleguide section - sample-section-grids-data-bar
294 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.23 GB |
|
playwright-report
Expired
|
2.48 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
865 KB |
|
playwright-report-blob-firefox-1-1
Expired
|
1000 KB |
|
playwright-report-blob-webkit-1-2
Expired
|
44.9 KB |
|
playwright-report-blob-webkit-2-2
Expired
|
694 KB |
|
server-logs-chromium-1-1
Expired
|
6.41 KB |
|
server-logs-firefox-1-1
Expired
|
6.36 KB |
|
server-logs-webkit-2-2
Expired
|
5.46 KB |
|