8
0
Pārlūkot izejas kodu

Tests: Fixed the keystroke.

Piotrek Koszuliński 5 gadi atpakaļ
vecāks
revīzija
4ea0ff55c8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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', () => {