Fix usage of tooltip in the Circular option picker. #123639
Annotations
16 errors, 17 warnings, and 8 notices
[chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation:
test/e2e/specs/site-editor/style-variations.spec.js#L164
1) [chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('role=option[name="Color: Foreground"i]')
Expected string: "rgb(74, 7, 74)"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('role=option[name="Color: Foreground"i]')
162 | await expect(
163 | page.locator( 'role=option[name="Color: Foreground"i]' )
> 164 | ).toHaveCSS( 'background-color', 'rgb(74, 7, 74)' );
| ^
165 |
166 | await expect(
167 | page.locator( 'role=option[name="Color: Background"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:164:5
|
[chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation:
test/e2e/specs/site-editor/style-variations.spec.js#L164
1) [chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('role=option[name="Color: Foreground"i]')
Expected string: "rgb(74, 7, 74)"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('role=option[name="Color: Foreground"i]')
162 | await expect(
163 | page.locator( 'role=option[name="Color: Foreground"i]' )
> 164 | ).toHaveCSS( 'background-color', 'rgb(74, 7, 74)' );
| ^
165 |
166 | await expect(
167 | page.locator( 'role=option[name="Color: Background"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:164:5
|
[chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation:
test/e2e/specs/site-editor/style-variations.spec.js#L164
1) [chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('role=option[name="Color: Foreground"i]')
Expected string: "rgb(74, 7, 74)"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('role=option[name="Color: Foreground"i]')
162 | await expect(
163 | page.locator( 'role=option[name="Color: Foreground"i]' )
> 164 | ).toHaveCSS( 'background-color', 'rgb(74, 7, 74)' );
| ^
165 |
166 | await expect(
167 | page.locator( 'role=option[name="Color: Background"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:164:5
|
Playwright - 6
Process completed with exit code 1.
|
[chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors:
test/e2e/specs/editor/blocks/buttons.spec.js#L298
1) [chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors ───────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Cyan bluish gray"i]')
296 | 'role=region[name="Editor settings"i] >> role=button[name="Text"i]'
297 | );
> 298 | await page.click( 'role=option[name="Color: Cyan bluish gray"i]' );
| ^
299 | await page.click(
300 | 'role=region[name="Editor settings"i] >> role=button[name="Background"i]'
301 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:298:14
|
[chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors:
test/e2e/specs/editor/blocks/buttons.spec.js#L298
1) [chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Cyan bluish gray"i]')
296 | 'role=region[name="Editor settings"i] >> role=button[name="Text"i]'
297 | );
> 298 | await page.click( 'role=option[name="Color: Cyan bluish gray"i]' );
| ^
299 | await page.click(
300 | 'role=region[name="Editor settings"i] >> role=button[name="Background"i]'
301 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:298:14
|
[chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors:
test/e2e/specs/editor/blocks/buttons.spec.js#L298
1) [chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Cyan bluish gray"i]')
296 | 'role=region[name="Editor settings"i] >> role=button[name="Text"i]'
297 | );
> 298 | await page.click( 'role=option[name="Color: Cyan bluish gray"i]' );
| ^
299 | await page.click(
300 | 'role=region[name="Editor settings"i] >> role=button[name="Background"i]'
301 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:298:14
|
Playwright - 1
Process completed with exit code 1.
|
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform:
test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js#L21
1) [chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Luminous vivid orange"i]')
19 | await page.keyboard.type( '## Heading' );
20 | await page.click( 'role=button[name="Text"i]' );
> 21 | await page.click( 'role=option[name="Color: Luminous vivid orange"i]' );
| ^
22 |
23 | await page.click( 'role=button[name="Heading"i]' );
24 | await page.click( 'role=menuitem[name="Paragraph"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js:21:14
|
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform:
test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js#L21
1) [chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Luminous vivid orange"i]')
19 | await page.keyboard.type( '## Heading' );
20 | await page.click( 'role=button[name="Text"i]' );
> 21 | await page.click( 'role=option[name="Color: Luminous vivid orange"i]' );
| ^
22 |
23 | await page.click( 'role=button[name="Heading"i]' );
24 | await page.click( 'role=menuitem[name="Paragraph"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js:21:14
|
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform:
test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js#L21
1) [chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Color: Luminous vivid orange"i]')
19 | await page.keyboard.type( '## Heading' );
20 | await page.click( 'role=button[name="Text"i]' );
> 21 | await page.click( 'role=option[name="Color: Luminous vivid orange"i]' );
| ^
22 |
23 | await page.click( 'role=button[name="Heading"i]' );
24 | await page.click( 'role=menuitem[name="Paragraph"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/keep-styles-on-block-transforms.spec.js:21:14
|
[chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items:
test/e2e/specs/editor/various/list-view.spec.js#L167
2) [chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Cover' }).getByRole('option', { name: /Color: /i }).first()
165 | .getByRole( 'option', { name: /Color: /i } )
166 | .first()
> 167 | .click();
| ^
168 |
169 | // Open List View.
170 | await pageUtils.pressKeys( 'access+o' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:167:5
|
[chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items:
test/e2e/specs/editor/various/list-view.spec.js#L167
2) [chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Cover' }).getByRole('option', { name: /Color: /i }).first()
165 | .getByRole( 'option', { name: /Color: /i } )
166 | .first()
> 167 | .click();
| ^
168 |
169 | // Open List View.
170 | await pageUtils.pressKeys( 'access+o' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:167:5
|
[chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items:
test/e2e/specs/editor/various/list-view.spec.js#L167
2) [chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Cover' }).getByRole('option', { name: /Color: /i }).first()
165 | .getByRole( 'option', { name: /Color: /i } )
166 | .first()
> 167 | .click();
| ^
168 |
169 | // Open List View.
170 | await pageUtils.pressKeys( 'access+o' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:167:5
|
Playwright - 4
Process completed with exit code 1.
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 1
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 2
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 4
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 5
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 7
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 3
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 8
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
[chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation
2 skipped
200 passed (6.3m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/blocks/buttons.spec.js:286:2 › Buttons › can apply named colors ────────────
206 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
210 passed (8.4m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.2m)
|
🎭 Playwright Run Summary
1 skipped
173 passed (7.8m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.9m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform
[chromium] › editor/various/list-view.spec.js:153:2 › List View › expands and collapses nested list items
1 skipped
222 passed (11.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
17.6 MB |
|