Sfoglia il codice sorgente

Tests: Fixed the keystroke.

Piotrek Koszuliński 5 anni fa
parent
commit
4ea0ff55c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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', () => {