KeyboardShortcuts: Update delete shortcut to use shift + Backspace
#122679
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L717
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Dog"
Received: "Dogwordpress.org"
715 | .locator( ':root' )
716 | .evaluate( () => window.getSelection().toString() )
> 717 | ).toBe( text );
| ^
718 | }
719 |
720 | /**
at Navigation.expectToHaveTextSelected (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:717:5)
at Navigation.checkLabelFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:743:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:499:3
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L717
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Dog"
Received: "Dogwordpress.org"
715 | .locator( ':root' )
716 | .evaluate( () => window.getSelection().toString() )
> 717 | ).toBe( text );
| ^
718 | }
719 |
720 | /**
at Navigation.expectToHaveTextSelected (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:717:5)
at Navigation.checkLabelFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:743:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:499:3
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L717
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Dog"
Received: "Dogwordpress.org"
715 | .locator( ':root' )
716 | .evaluate( () => window.getSelection().toString() )
> 717 | ).toBe( text );
| ^
718 | }
719 |
720 | /**
at Navigation.expectToHaveTextSelected (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:717:5)
at Navigation.checkLabelFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:743:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:499:3
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
1 skipped
209 passed (10.2m)
|
Loading