fix: contextual_help uses heading, content, footer props #1619
Annotations
7 errors and 1 notice
[chromium] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
1) [chromium] › ui.spec.ts:70:5 › UI all components render 1 ─────────────────────────────────────
Error: Screenshot comparison failed:
23829 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-chromium-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-chromium/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-chromium/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23829 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23829 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
[chromium] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
1) [chromium] › ui.spec.ts:70:5 › UI all components render 1 ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
23829 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-chromium-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-chromium-retry1/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-chromium-retry1/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23829 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23829 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
[firefox] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
2) [firefox] › ui.spec.ts:70:5 › UI all components render 1 ──────────────────────────────────────
Error: Screenshot comparison failed:
23905 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-firefox-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-firefox/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-firefox/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23905 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23905 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
[firefox] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
2) [firefox] › ui.spec.ts:70:5 › UI all components render 1 ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
23905 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-firefox-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-firefox-retry1/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-firefox-retry1/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23905 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 23905 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
[webkit] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
3) [webkit] › ui.spec.ts:70:5 › UI all components render 1 ───────────────────────────────────────
Error: Screenshot comparison failed:
24324 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-webkit-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-webkit/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-webkit/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 24324 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 24324 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
[webkit] › ui.spec.ts:70:5 › UI all components render 1:
tests/ui.spec.ts#L73
3) [webkit] › ui.spec.ts:70:5 › UI all components render 1 ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
24324 pixels (ratio 0.03 of all image pixels) are different.
Expected: /work/tests/ui.spec.ts-snapshots/UI-all-components-render-1-1-webkit-linux.png
Received: /work/test-results/ui-UI-all-components-render-1-webkit-retry1/UI-all-components-render-1-1-actual.png
Diff: /work/test-results/ui-UI-all-components-render-1-webkit-retry1/UI-all-components-render-1-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 24324 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.dh-react-panel:visible')
- locator resolved to <div class="dh-react-panel">…</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
- 24324 pixels (ratio 0.03 of all image pixels) are different.
71 | await gotoPage(page, '');
72 | await openPanel(page, 'ui_render_all1', selector.REACT_PANEL_VISIBLE);
> 73 | await expect(page.locator(selector.REACT_PANEL_VISIBLE)).toHaveScreenshot();
| ^
74 | });
75 |
76 | test('UI all components render 2', async ({ page }) => {
at /work/tests/ui.spec.ts:73:60
|
e2e-test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
3 failed
[chromium] › ui.spec.ts:70:5 › UI all components render 1 ──────────────────────────────────────
[firefox] › ui.spec.ts:70:5 › UI all components render 1 ───────────────────────────────────────
[webkit] › ui.spec.ts:70:5 › UI all components render 1 ────────────────────────────────────────
93 passed (6.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
23.1 MB |
|
server-logs
|
9.34 KB |
|