Add defaultFontSizes theme.json (theme.json v3) #96651
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
7m 59s
Report to GitHub
3m 44s
Annotations
5 errors, 10 warnings, and 8 notices
[chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active:
test/e2e/specs/site-editor/style-variations.spec.js#L55
1) [chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.edit-site-global-styles-variations_item').first()
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.edit-site-global-styles-variations_item').first()
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
53 | await expect( variations ).toHaveCount( 3 );
54 |
> 55 | await expect( variations.first() ).toHaveAttribute(
| ^
56 | 'aria-current',
57 | 'true'
58 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:55:38
|
[chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active:
test/e2e/specs/site-editor/style-variations.spec.js#L55
1) [chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.edit-site-global-styles-variations_item').first()
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.edit-site-global-styles-variations_item').first()
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
53 | await expect( variations ).toHaveCount( 3 );
54 |
> 55 | await expect( variations.first() ).toHaveAttribute(
| ^
56 | 'aria-current',
57 | 'true'
58 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:55:38
|
[chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active:
test/e2e/specs/site-editor/style-variations.spec.js#L55
1) [chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.edit-site-global-styles-variations_item').first()
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.edit-site-global-styles-variations_item').first()
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
- locator resolved to <div tabindex="0" role="button" aria-label="Default" …>…</div>
- unexpected value "false"
53 | await expect( variations ).toHaveCount( 3 );
54 |
> 55 | await expect( variations.first() ).toHaveAttribute(
| ^
56 | 'aria-current',
57 | 'true'
58 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:55:38
|
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › aria-disabled is correctly hydrated for different values:
test/e2e/specs/interactivity/directive-bind.spec.ts#L218
2) [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › aria-disabled is correctly hydrated for different values
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"false",
- "false",
+ null,
]
216 | name
217 | );
> 218 | expect( [ type, hydratedAttr ] ).toEqual( [
| ^
219 | type,
220 | attrValue,
221 | ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-bind.spec.ts:218:39
|
Playwright - 6
Process completed with exit code 1.
|
Puppeteer
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 - 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 - 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 - 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 - 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/.
|
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 - 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 - 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/.
|
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
1 failed
[chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active
1 flaky
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › aria-disabled is correctly hydrated for different values
4 skipped
128 passed (6.6m)
|
🎭 Playwright Run Summary
1 skipped
155 passed (7.8m)
|
🎭 Playwright Run Summary
11 skipped
152 passed (8.1m)
|
🎭 Playwright Run Summary
3 skipped
129 passed (7.7m)
|
🎭 Playwright Run Summary
177 passed (7.8m)
|
🎭 Playwright Run Summary
170 passed (8.7m)
|
🎭 Playwright Run Summary
1 skipped
181 passed (8.4m)
|
🎭 Playwright Run Summary
156 passed (9.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
5.65 MB |
|
flaky-tests-report
Expired
|
947 Bytes |
|