Drop support for WP6.2 #255
Annotations
12 errors, 9 warnings, and 9 notices
[chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor:
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
|
[chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor:
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
|
[chromium] › test.spec.js:7:6 › Editor › input by Emmet should be expanded on the classic editor:
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
|
[chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor:
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
|
[chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor:
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
|
[chromium] › test.spec.js:33:6 › Editor › input by Emmet should be expanded on the theme editor:
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
|
[chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor:
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
|
[chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor:
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
|
[chromium] › test.spec.js:49:6 › Editor › input by Emmet should be expanded on the block editor:
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
|
PHP 8.0 / WordPress#6.2.3 Test
Process completed with exit code 1.
|
PHP 8.2 / WordPress Test
The job was canceled because "_8_0_WordPress_6_2_3" failed.
|
PHP 8.2 / WordPress Test
The operation was canceled.
|
PHP 7.4 / WordPress#6.3.2 Test
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/.
|
PHP 8.2 / WordPress#6.4.1 Test
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/.
|
PHP 8.2 / WordPress#6.3.2 Test
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/.
|
PHP 8.0 / WordPress#6.3.2 Test
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/.
|
PHP 7.4 / WordPress Test
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/.
|
PHP 8.0 / WordPress#6.4.1 Test
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/.
|
PHP 8.0 / WordPress Test
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/.
|
PHP 7.4 / WordPress#6.4.1 Test
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/.
|
PHP 8.0 / WordPress#6.2.3 Test
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/.
|
🎭 Playwright Run Summary
3 passed (12.2s)
|
🎭 Playwright Run Summary
3 passed (13.3s)
|
🎭 Playwright Run Summary
3 passed (12.3s)
|
🎭 Playwright Run Summary
3 passed (12.8s)
|
🎭 Playwright Run Summary
3 passed (14.8s)
|
🎭 Playwright Run Summary
3 passed (14.0s)
|
🎭 Playwright Run Summary
3 passed (14.3s)
|
🎭 Playwright Run Summary
3 passed (15.4s)
|
🎭 Playwright Run Summary
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
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
11.5 MB |
|