fix: Save/load plugin data with layout #2566
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/styleguide.spec.ts#L87
1) [webkit] › styleguide.spec.ts:81:7 › UI regression test - Styleguide section - sample-section-editors
Error: Screenshot comparison failed:
Timeout 45000ms exceeded.
Call log:
- expect.toHaveScreenshot(editors.png) with timeout 45000ms
- verifying given screenshot expectation
- waiting for locator('#sample-section-editors')
- locator resolved to <div class="sample-section" id="sample-section-editor…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 692 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#sample-section-editors')
- locator resolved to <div class="sample-section" id="sample-section-editor…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 692 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('#sample-section-editors')
- Timeout 45000ms exceeded.
Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/editors-webkit-linux.png
Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-editors-webkit/editors-actual.png
Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-editors-webkit/editors-diff.png
85 | const sampleSection = page.locator(`#${id}`);
86 |
> 87 | await expect(sampleSection).toHaveScreenshot(
| ^
88 | `${id.replace(/^sample-section-/, '')}.png`,
89 | { timeout: 45000 }
90 | );
at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:87:33
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
1 flaky
[webkit] › styleguide.spec.ts:81:7 › UI regression test - Styleguide section - sample-section-editors
284 passed (29.9m)
|
Loading