Interactivity API: Fix popover bind hydration #153297
Annotations
1 error and 1 notice
|
Run the tests:
test/e2e/specs/interactivity/router-navigate.spec.ts#L100
1) [chromium] › specs/interactivity/router-navigate.spec.ts:67:6 › Router navigate › should update the HTML only for the latest navigation
TypeError: resolveLink2 is not a function
98 | await expect( title ).toHaveText( 'Main' );
99 |
> 100 | await Promise.resolve().then( () => resolveLink2() );
| ^
101 |
102 | await expect( navigations ).toHaveText( '1' );
103 | await expect( status ).toHaveText( 'busy' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-navigate.spec.ts:100:39
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-navigate.spec.ts:100:3
|
|
Run the tests
1 flaky
[chromium] › specs/interactivity/router-navigate.spec.ts:67:6 › Router navigate › should update the HTML only for the latest navigation
7 skipped
282 passed (11.5m)
|
Loading