Post Title: Transform added for paragraph and heading #125306
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/plugins/post-type-locking.spec.js#L362
1) [chromium] › editor/plugins/post-type-locking.spec.js:335:3 › Post-type locking › template_lock all unlocked group › should allow blocks to be switched to other types
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
- Expected - 0
+ Received + 1
@@ -8,6 +8,7 @@
"Details",
"Group",
"Preformatted",
"Pullquote",
"Verse",
+ "Title",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
9 × locator resolved to 12 elements
360 | .getByRole( 'menu', { name: 'Paragraph' } )
361 | .getByRole( 'menuitem' )
> 362 | ).toHaveText( [
| ^
363 | 'Heading',
364 | 'List',
365 | 'Quote',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/post-type-locking.spec.js:362:6
|
Run the tests:
test/e2e/specs/editor/plugins/post-type-locking.spec.js#L362
1) [chromium] › editor/plugins/post-type-locking.spec.js:335:3 › Post-type locking › template_lock all unlocked group › should allow blocks to be switched to other types
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
- Expected - 0
+ Received + 1
@@ -8,6 +8,7 @@
"Details",
"Group",
"Preformatted",
"Pullquote",
"Verse",
+ "Title",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
9 × locator resolved to 12 elements
360 | .getByRole( 'menu', { name: 'Paragraph' } )
361 | .getByRole( 'menuitem' )
> 362 | ).toHaveText( [
| ^
363 | 'Heading',
364 | 'List',
365 | 'Quote',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/post-type-locking.spec.js:362:6
|
Run the tests:
test/e2e/specs/editor/plugins/post-type-locking.spec.js#L362
1) [chromium] › editor/plugins/post-type-locking.spec.js:335:3 › Post-type locking › template_lock all unlocked group › should allow blocks to be switched to other types
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
- Expected - 0
+ Received + 1
@@ -8,6 +8,7 @@
"Details",
"Group",
"Preformatted",
"Pullquote",
"Verse",
+ "Title",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('menu', { name: 'Paragraph' }).getByRole('menuitem')
9 × locator resolved to 12 elements
360 | .getByRole( 'menu', { name: 'Paragraph' } )
361 | .getByRole( 'menuitem' )
> 362 | ).toHaveText( [
| ^
363 | 'Heading',
364 | 'List',
365 | 'Quote',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/post-type-locking.spec.js:362:6
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/plugins/post-type-locking.spec.js:335:3 › Post-type locking › template_lock all unlocked group › should allow blocks to be switched to other types
1 skipped
196 passed (8.0m)
|
Loading