Explorar el Código

Tests: Fixed the keystroke.

Piotrek Koszuliński hace 5 años
padre
commit
4ea0ff55c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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', () => {