feat: DH-21757: WidgetPlugin support in deephaven.ui #3607
Annotations
10 errors, 3 warnings, and 1 notice
|
[chromium] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget:
tests/ui_embed_widget.spec.ts#L6
5) [chromium] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('.dh-react-panel:visible')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.dh-react-panel:visible')
4 | test('UI single panel loads in embed widget', async ({ page }) => {
5 | await gotoPage(page, '/iframe/widget/?name=ui_component');
> 6 | await expect(page.locator(SELECTORS.REACT_PANEL_VISIBLE)).toBeVisible();
| ^
7 | await waitForLoad(page);
8 | await expect(page).toHaveScreenshot();
9 | });
at /work/tests/ui_embed_widget.spec.ts:6:61
|
|
[chromium] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget:
tests/ui_embed_widget.spec.ts#L6
5) [chromium] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget ──────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('.dh-react-panel:visible')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.dh-react-panel:visible')
4 | test('UI single panel loads in embed widget', async ({ page }) => {
5 | await gotoPage(page, '/iframe/widget/?name=ui_component');
> 6 | await expect(page.locator(SELECTORS.REACT_PANEL_VISIBLE)).toBeVisible();
| ^
7 | await waitForLoad(page);
8 | await expect(page).toHaveScreenshot();
9 | });
at /work/tests/ui_embed_widget.spec.ts:6:61
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Solarized Light:
tests/theme.spec.ts#L46
4) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Solarized Light ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
46194 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Solarized-Light-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Solarized-Light-chromium-retry1/theme-Solarized-Light-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Solarized-Light-chromium-retry1/theme-Solarized-Light-diff.png
Call log:
- expect.toHaveScreenshot(theme-Solarized Light.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46194 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46194 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Solarized Light:
tests/theme.spec.ts#L46
4) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Solarized Light ────────────────────
Error: Screenshot comparison failed:
46194 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Solarized-Light-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Solarized-Light-chromium/theme-Solarized-Light-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Solarized-Light-chromium/theme-Solarized-Light-diff.png
Call log:
- expect.toHaveScreenshot(theme-Solarized Light.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46194 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46194 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Red:
tests/theme.spec.ts#L46
3) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Red ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
46256 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Red-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Red-chromium-retry1/theme-Red-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Red-chromium-retry1/theme-Red-diff.png
Call log:
- expect.toHaveScreenshot(theme-Red.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46256 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46256 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Red:
tests/theme.spec.ts#L46
3) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Red ────────────────────────────────
Error: Screenshot comparison failed:
46256 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Red-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Red-chromium/theme-Red-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Red-chromium/theme-Red-diff.png
Call log:
- expect.toHaveScreenshot(theme-Red.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46256 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46256 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark:
tests/theme.spec.ts#L46
2) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
60694 pixels (ratio 0.07 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-IntelliJ-Dark-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-IntelliJ-Dark-chromium-retry1/theme-IntelliJ-Dark-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-IntelliJ-Dark-chromium-retry1/theme-IntelliJ-Dark-diff.png
Call log:
- expect.toHaveScreenshot(theme-IntelliJ Dark.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 60694 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 60694 pixels (ratio 0.07 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark:
tests/theme.spec.ts#L46
2) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark ──────────────────────
Error: Screenshot comparison failed:
60694 pixels (ratio 0.07 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-IntelliJ-Dark-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-IntelliJ-Dark-chromium/theme-IntelliJ-Dark-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-IntelliJ-Dark-chromium/theme-IntelliJ-Dark-diff.png
Call log:
- expect.toHaveScreenshot(theme-IntelliJ Dark.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 60694 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 60694 pixels (ratio 0.07 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula:
tests/theme.spec.ts#L46
1) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
46408 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Dracula-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Dracula-chromium-retry1/theme-Dracula-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Dracula-chromium-retry1/theme-Dracula-diff.png
Call log:
- expect.toHaveScreenshot(theme-Dracula.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46408 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46408 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula:
tests/theme.spec.ts#L46
1) [chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula ────────────────────────────
Error: Screenshot comparison failed:
46408 pixels (ratio 0.06 of all image pixels) are different.
Expected: /work/tests/theme.spec.ts-snapshots/theme-Dracula-chromium-linux.png
Received: /work/test-results/theme-Theme-switching-Theme-Dracula-chromium/theme-Dracula-actual.png
Diff: /work/test-results/theme-Theme-switching-Theme-Dracula-chromium/theme-Dracula-diff.png
Call log:
- expect.toHaveScreenshot(theme-Dracula.png) with timeout 15000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 46408 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 46408 pixels (ratio 0.06 of all image pixels) are different.
44 | await waitForLoad(page);
45 | await page.mouse.move(-1, -1); // Move mouse out of the way for screenshot
> 46 | await expect(page).toHaveScreenshot(`theme-${themeName}.png`);
| ^
47 | }
48 |
49 | // Read theme names at module level for parallel test creation
at takeScreenshot (/work/tests/theme.spec.ts:46:22)
at /work/tests/theme.spec.ts:69:7
|
|
e2e-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Slow Test:
[firefox] › ui_nested_dashboard.spec.ts#L0
[firefox] › ui_nested_dashboard.spec.ts took 17.7s
|
|
Slow Test:
[webkit] › ui_nested_dashboard.spec.ts#L0
[webkit] › ui_nested_dashboard.spec.ts took 35.3s
|
|
🎭 Playwright Run Summary
25 failed
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula ─────────────────────────────
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark ───────────────────────
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Red ─────────────────────────────────
[chromium] › theme.spec.ts:55:9 › Theme switching › Theme: Solarized Light ─────────────────────
[chromium] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget ───────────────
[chromium] › ui_loading.spec.ts:26:5 › slow multi-panel shows loaders on element Reload ────────
[chromium] › ui_table.spec.ts:35:9 › UI table › t_color ────────────────────────────────────────
[chromium] › ui_table.spec.ts:46:5 › UI table responds to prop changes ─────────────────────────
[firefox] › express.spec.ts:89:5 › Timeline chart loads ────────────────────────────────────────
[firefox] › express.spec.ts:101:5 › OHLC chart loads ───────────────────────────────────────────
[firefox] › express.spec.ts:107:5 › Candlestick chart loads ────────────────────────────────────
[firefox] › express.spec.ts:113:5 › Titles fig loads ───────────────────────────────────────────
[firefox] › express.spec.ts:119:5 › Subplots fig loads ─────────────────────────────────────────
[firefox] › theme.spec.ts:55:9 › Theme switching › Theme: Dracula ──────────────────────────────
[firefox] › theme.spec.ts:55:9 › Theme switching › Theme: FT Theme ─────────────────────────────
[firefox] › theme.spec.ts:55:9 › Theme switching › Theme: IntelliJ Dark ────────────────────────
[firefox] › theme.spec.ts:55:9 › Theme switching › Theme: Kimbie Dark ──────────────────────────
[firefox] › theme.spec.ts:55:9 › Theme switching › Theme: Red ──────────────────────────────────
[firefox] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget ────────────────
[firefox] › ui_loading.spec.ts:26:5 › slow multi-panel shows loaders on element Reload ─────────
[firefox] › ui_table.spec.ts:46:5 › UI table responds to prop changes ──────────────────────────
[webkit] › ui_embed_widget.spec.ts:4:5 › UI single panel loads in embed widget ─────────────────
[webkit] › ui_loading.spec.ts:26:5 › slow multi-panel shows loaders on element Reload ──────────
[webkit] › ui_table.spec.ts:46:5 › UI table responds to prop changes ───────────────────────────
[webkit] › ui.spec.ts:260:9 › UI grid components › grid_7 ──────────────────────────────────────
416 passed (41.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
209 MB |
sha256:b9bb843e91e8d4bd3a81ef4cdd86d56b8eb4f4eef75d7142c38af24a1f85893c
|
|
|
server-logs
|
43.6 KB |
sha256:1ed6e08d8ead7e04779ca1c7e10b7e91d114e13e647caa35c61d1ee905c903b3
|
|