feat(ui): Add a "Keyboard shortcuts" action in the UI-Editor to list available shortcuts. #14817
Annotations
2 errors and 1 warning
Run front-end unit tests:
ui/tests/unit/utils/translation.spec.js#L75
AssertionError: expected [ 'move line', 'duplicate line', …(6) ] to deeply equal []
- Expected
+ Received
- Array []
+ Array [
+ "move line",
+ "duplicate line",
+ "save flow",
+ "comment/uncomment",
+ "comment",
+ "uncomment",
+ "fold/unfold code",
+ "shortcuts",
+ ]
❯ tests/unit/utils/translation.spec.js:75:29
|
Run front-end unit 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
|
Loading