Sfoglia il codice sorgente

Docs: Fixed docs in ToolbarView tests.

Aleksander Nowodzinski 9 anni fa
parent
commit
d3f02843cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/toolbarview.js

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/toolbarview.js

@@ -76,7 +76,7 @@ describe( 'ToolbarView', () => {
 			} );
 		} );
 
-		describe( 'activates keyboard navigation for the list', () => {
+		describe( 'activates keyboard navigation for the toolbar', () => {
 			it( 'so "arrowup" focuses previous focusable item', () => {
 				const keyEvtData = {
 					keyCode: keyCodes.arrowup,