Use allow-list for mobile editor settings endpoint #88901
Annotations
10 errors and 1 notice
test/e2e/specs/editor/various/writing-flow.spec.js#L858
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
test/e2e/specs/editor/various/writing-flow.spec.js#L858
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
test/e2e/specs/editor/various/writing-flow.spec.js#L858
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
test/e2e/specs/editor/various/writing-flow.spec.js#L858
2) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
test/e2e/specs/editor/various/writing-flow.spec.js#L858
2) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
test/e2e/specs/editor/various/writing-flow.spec.js#L858
2) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=menuitemradio[name="Wide width"i]')
============================================================
856 | 'role=menuitemradio[name="Wide width"i]'
857 | );
> 858 | await wideButton.click();
| ^
859 |
860 | // Focus the block content
861 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:858:20
|
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L34
3) [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Dismiss this notice' }).filter({ hasText: 'published' }) to be visible
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34
32 | .getByRole( 'button', { name: 'Dismiss this notice' } )
33 | .filter( { hasText: 'published' } )
> 34 | .waitFor();
| ^
35 | const postId = new URL( this.page.url() ).searchParams.get( 'post' );
36 |
37 | return typeof postId === 'string' ? parseInt( postId, 10 ) : null;
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:75:3
|
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L27
4) [webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow mention selection via click event
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor publish"i]').locator('role=button[name="Publish"i]')
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:27
25 |
26 | // Handle saving just the post.
> 27 | await this.page.click(
| ^
28 | 'role=region[name="Editor publish"i] >> role=button[name="Publish"i]'
29 | );
30 |
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:27:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:75:3
|
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L34
5) [firefox] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Dismiss this notice' }).filter({ hasText: 'published' }) to be visible
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34
32 | .getByRole( 'button', { name: 'Dismiss this notice' } )
33 | .filter( { hasText: 'published' } )
> 34 | .waitFor();
| ^
35 | const postId = new URL( this.page.url() ).searchParams.get( 'post' );
36 |
37 | return typeof postId === 'string' ? parseInt( postId, 10 ) : null;
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:75:3
|
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L34
6) [firefox] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should insert option between two other words
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Dismiss this notice' }).filter({ hasText: 'published' }) to be visible
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34
32 | .getByRole( 'button', { name: 'Dismiss this notice' } )
33 | .filter( { hasText: 'published' } )
> 34 | .waitFor();
| ^
35 | const postId = new URL( this.page.url() ).searchParams.get( 'post' );
36 |
37 | return typeof postId === 'string' ? parseInt( postId, 10 ) : null;
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:34:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:75:3
|
2 failed
[webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
[firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
5 flaky
[webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words
[webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow mention selection via click event
[firefox] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention
[firefox] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should insert option between two other words
[firefox] › editor/various/autocomplete-and-mentions.spec.js:330:4 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should not insert disabled options
2 skipped
244 passed (18.0m)
|
The logs for this run have expired and are no longer available.
Loading