Kaynağa Gözat

Docs: Fixed docs in ToolbarView tests.

Aleksander Nowodzinski 9 yıl önce
ebeveyn
işleme
d3f02843cb

+ 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,