Ver código fonte

Tests: Fixed the keystroke.

Piotrek Koszuliński 5 anos atrás
pai
commit
4ea0ff55c8
1 arquivos alterados com 1 adições e 1 exclusões
  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', () => {