ソースを参照

Tests: Fixed the keystroke.

Piotrek Koszuliński 5 年 前
コミット
4ea0ff55c8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-select-all/tests/selectallui.js

+ 1 - 1
packages/ckeditor5-select-all/tests/selectallui.js

@@ -51,7 +51,7 @@ describe( 'SelectAllUI', () => {
 		} );
 
 		it( 'should have a keystroke', () => {
-			expect( button.keystroke ).to.equal( 'CTRL+A' );
+			expect( button.keystroke ).to.equal( 'Ctrl+A' );
 		} );
 
 		it( 'should have a tooltip', () => {