Fix: remove unused css from page panels styles. (#60774) #101650
end2end-test.yml
on: push
Matrix: e2e-playwright
Report to GitHub
3m 30s
Annotations
4 errors, 9 warnings, and 8 notices
[chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition:
test/e2e/specs/interactivity/directive-each.spec.ts#L138
1) [chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition
Test timeout of 100000ms exceeded while running "beforeEach" hook.
136 |
137 | test.describe( 'with `wp-each-key`', () => {
> 138 | test.beforeEach( async ( { page } ) => {
| ^
139 | const elements = page.getByTestId( 'books' ).getByTestId( 'item' );
140 |
141 | // These tags are included to check that the elements are not unmounted
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-each.spec.ts:138:8
|
[chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition:
test/e2e/specs/interactivity/directive-each.spec.ts#L1
1) [chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition
Test timeout of 100000ms exceeded.
|
[chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition:
test/e2e/specs/interactivity/directive-each.spec.ts#L16
1) [chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition
"afterAll" hook timeout of 100000ms exceeded.
14 | } );
15 |
> 16 | test.afterAll( async ( { interactivityUtils: utils } ) => {
| ^
17 | await utils.deactivatePlugins();
18 | await utils.deleteAllPosts();
19 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-each.spec.ts:16:7
|
[chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition:
test/e2e/specs/interactivity/directive-each.spec.ts#L143
1) [chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition
Error: locator.evaluateAll: Test ended.
141 | // These tags are included to check that the elements are not unmounted
142 | // and mounted again. If an element remounts, its tag should be missing.
> 143 | await elements.evaluateAll( ( refs ) =>
| ^
144 | refs.forEach( ( ref, index ) => {
145 | if ( ref instanceof HTMLElement ) {
146 | ref.dataset.tag = `${ index }`;
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-each.spec.ts:143:19
|
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
3 skipped
145 passed (7.9m)
|
🎭 Playwright Run Summary
185 passed (8.5m)
|
🎭 Playwright Run Summary
11 skipped
180 passed (9.1m)
|
🎭 Playwright Run Summary
1 skipped
183 passed (9.3m)
|
🎭 Playwright Run Summary
1 skipped
177 passed (9.1m)
|
🎭 Playwright Run Summary
1 skipped
191 passed (9.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › interactivity/directive-each.spec.ts:193:7 › data-wp-each › with `wp-each-key` › should preserve elements on addition
3 skipped
183 passed (11.0m)
|
🎭 Playwright Run Summary
221 passed (12.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
20 KB |
|
flaky-tests-report
Expired
|
1.13 KB |
|