[6.7] Zoom in/out to correct location #118294
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/plugins/custom-taxonomies.spec.js#L48
1) [chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Remove Mode' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Remove Mode' })
46 | await expect(
47 | editorSettings.getByRole( 'button', { name: 'Remove Mode' } )
> 48 | ).toBeVisible();
| ^
49 | } );
50 | } );
51 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-taxonomies.spec.js:48:5
|
Run the tests
1 flaky
[chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected
1 skipped
193 passed (8.9m)
|
Loading