chore(deps): bump codeinwp/themeisle-sdk from 3.3.55 to 3.3.57 - #1349
Merged
Soare-Robert-Daniel merged 1 commit intoJul 29, 2026
Annotations
1 error, 1 warning, and 1 notice
|
Run the tests:
tests/e2e/specs/lazy-render.spec.js#L42
1) [chromium] › tests/e2e/specs/lazy-render.spec.js:66:2 › Lazy rendered charts (frontend) › chart renders without artificial script delay
Error: expect(locator).toBeAttached() failed
Locator: locator('script[data-visualizer-script]').first()
Expected: attached
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeAttached" with timeout 5000ms
- waiting for locator('script[data-visualizer-script]').first()
40 | async function triggerLazyLoader( page ) {
41 | // Scripts are swapped to `data-visualizer-script` placeholders.
> 42 | await expect( page.locator( 'script[data-visualizer-script]' ).first() ).toBeAttached();
| ^
43 |
44 | // The loader starts on the first user interaction.
45 | await page.evaluate( () => window.dispatchEvent( new Event( 'scroll' ) ) );
at triggerLazyLoader (/home/runner/work/visualizer/visualizer/tests/e2e/specs/lazy-render.spec.js:42:76)
at /home/runner/work/visualizer/visualizer/tests/e2e/specs/lazy-render.spec.js:70:9
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run the tests
1 flaky
[chromium] › tests/e2e/specs/lazy-render.spec.js:66:2 › Lazy rendered charts (frontend) › chart renders without artificial script delay
47 passed (6.4m)
|
background
wait
wait-all
cancel
parallel
Loading