Drop support for WP6.2 #255
Annotations
10 errors, 1 warning, and 1 notice
Running e2e tests:
test/e2e/test.spec.js#L22
1) [chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
20 | await page.click( '#content-tmce' );
21 | await page.click( '#content-html' );
> 22 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
23 | await page.keyboard.type( 'p.selector' );
24 | await page.keyboard.down( 'Tab' );
25 | await page.click( '#publish' );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:22:14
|
Running e2e tests:
test/e2e/test.spec.js#L22
1) [chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
20 | await page.click( '#content-tmce' );
21 | await page.click( '#content-html' );
> 22 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
23 | await page.keyboard.type( 'p.selector' );
24 | await page.keyboard.down( 'Tab' );
25 | await page.click( '#publish' );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:22:14
|
Running e2e tests:
test/e2e/test.spec.js#L22
1) [chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
20 | await page.click( '#content-tmce' );
21 | await page.click( '#content-html' );
> 22 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
23 | await page.keyboard.type( 'p.selector' );
24 | await page.keyboard.down( 'Tab' );
25 | await page.click( '#publish' );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:22:14
|
Running e2e tests:
test/e2e/test.spec.js#L39
2) [chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
37 | } ) => {
38 | await admin.visitAdminPage( 'theme-editor.php' );
> 39 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
40 | await pageUtils.pressKeys( 'primary+a' );
41 | await page.keyboard.press( 'Delete' );
42 | await page.keyboard.type( '.selector{fz100', { delay: 50 } );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:39:14
|
Running e2e tests:
test/e2e/test.spec.js#L39
2) [chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
37 | } ) => {
38 | await admin.visitAdminPage( 'theme-editor.php' );
> 39 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
40 | await pageUtils.pressKeys( 'primary+a' );
41 | await page.keyboard.press( 'Delete' );
42 | await page.keyboard.type( '.selector{fz100', { delay: 50 } );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:39:14
|
Running e2e tests:
test/e2e/test.spec.js#L39
2) [chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#monaco-editor-container .monaco-editor')
37 | } ) => {
38 | await admin.visitAdminPage( 'theme-editor.php' );
> 39 | await page.click( '#monaco-editor-container .monaco-editor' );
| ^
40 | await pageUtils.pressKeys( 'primary+a' );
41 | await page.keyboard.press( 'Delete' );
42 | await page.keyboard.type( '.selector{fz100', { delay: 50 } );
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:39:14
|
Running e2e tests:
test/e2e/test.spec.js#L54
3) [chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor
Error: page.waitForFunction: Timeout 10000ms exceeded.
52 | editor,
53 | } ) => {
> 54 | await admin.createNewPost();
| ^
55 | await editor.insertBlock( { name: 'core/html' } );
56 | await editor.canvas.locator( '[data-type="core/html"] .monaco-editor' ).click();
57 | await page.keyboard.type( 'ul.list>li.item*5' );
at Editor.setPreferences (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/editor/set-preferences.ts:23:18)
at Admin.createNewPost (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:34:20)
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:54:3
|
Running e2e tests:
test/e2e/test.spec.js#L54
3) [chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForFunction: Timeout 10000ms exceeded.
52 | editor,
53 | } ) => {
> 54 | await admin.createNewPost();
| ^
55 | await editor.insertBlock( { name: 'core/html' } );
56 | await editor.canvas.locator( '[data-type="core/html"] .monaco-editor' ).click();
57 | await page.keyboard.type( 'ul.list>li.item*5' );
at Editor.setPreferences (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/editor/set-preferences.ts:23:18)
at Admin.createNewPost (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:34:20)
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:54:3
|
Running e2e tests:
test/e2e/test.spec.js#L54
3) [chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForFunction: Timeout 10000ms exceeded.
52 | editor,
53 | } ) => {
> 54 | await admin.createNewPost();
| ^
55 | await editor.insertBlock( { name: 'core/html' } );
56 | await editor.canvas.locator( '[data-type="core/html"] .monaco-editor' ).click();
57 | await page.keyboard.type( 'ul.list>li.item*5' );
at Editor.setPreferences (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/editor/set-preferences.ts:23:18)
at Admin.createNewPost (/home/runner/work/custom-html-block-extension/custom-html-block-extension/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:34:20)
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:54:3
|
Running e2e tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Running e2e tests
3 failed
[chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor
[chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor
[chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor
|
Loading