Update Changelog for 20.4.0 #125455
Annotations
2 errors and 1 notice
Run the tests:
test/e2e/specs/interactivity/router-navigate.spec.ts#L181
1) [chromium] › interactivity/router-navigate.spec.ts:151:6 › Router navigate › should reload the next page when the timeout ends
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:8889/?p=19&disable_server_directive_processing=true"
Received string: ""
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- waiting for navigation to finish...
179 | await page.getByTestId( 'link 1' ).click();
180 |
> 181 | await expect( page ).toHaveURL( link1 );
| ^
182 | await expect( title ).toHaveText( 'Link 1' );
183 |
184 | // If timeout is 10000, that means the page has been reloaded.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-navigate.spec.ts:181:24
|
Run the tests:
test/e2e/specs/interactivity/router-navigate.spec.ts#L1
1) [chromium] › interactivity/router-navigate.spec.ts:151:6 › Router navigate › should reload the next page when the timeout ends
Tearing down "page" exceeded the test timeout of 100000ms.
|
Run the tests
1 flaky
[chromium] › interactivity/router-navigate.spec.ts:151:6 › Router navigate › should reload the next page when the timeout ends
1 skipped
207 passed (12.7m)
|
Loading