Fix url escaping for array parameters in Navigation links #95009
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/interactivity/tovdom-islands.spec.ts#L47
1) [chromium] › interactivity/tovdom-islands.spec.ts:42:6 › toVdom - islands › directives inside islands should not be hydrated twice
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 0
45 | const el = page.getByTestId( 'island inside another island' );
46 | const templates = el.locator( 'template' );
> 47 | expect( await templates.count() ).toEqual( 1 );
| ^
48 | } );
49 |
50 | test( 'islands inside inner blocks of isolated islands should be hydrated', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/tovdom-islands.spec.ts:47:37
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 flaky
[chromium] › interactivity/tovdom-islands.spec.ts:42:6 › toVdom - islands › directives inside islands should not be hydrated twice
177 passed (7.2m)
|
The logs for this run have expired and are no longer available.
Loading