Gallery: Hide some controls when multi-editing blocks (#57378) #91810
Annotations
2 errors and 1 notice
Run the tests:
test/e2e/specs/interactivity/router-navigate.spec.ts#L152
1) [chromium] › interactivity/router-navigate.spec.ts:124:6 › Router navigate › should reload the next page when the timeout ends
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByTestId('link 1')
locator resolved to <a data-testid="link 1" data-wp-on--click="actions.…>link 1</a>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
150 |
151 | // Navigation should timeout almost instantly.
> 152 | await page.getByTestId( 'link 1' ).click();
| ^
153 |
154 | await expect( page ).toHaveURL( link1 );
155 | await expect( title ).toHaveText( 'Link 1' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-navigate.spec.ts:152:38
|
Run the tests:
test/e2e/specs/interactivity/router-navigate.spec.ts#L1
1) [chromium] › interactivity/router-navigate.spec.ts:124:6 › Router navigate › should reload the next page when the timeout ends
Test finished within timeout of 100000ms, but tearing down "page" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run the tests
1 flaky
[chromium] › interactivity/router-navigate.spec.ts:124:6 › Router navigate › should reload the next page when the timeout ends
146 passed (10.5m)
|
The logs for this run have expired and are no longer available.
Loading