8
0
Quellcode durchsuchen

Docs: Fixed docs in ToolbarView tests.

Aleksander Nowodzinski vor 9 Jahren
Ursprung
Commit
d3f02843cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,