Jelajahi Sumber

Docs: Fixed docs in ToolbarView tests.

Aleksander Nowodzinski 9 tahun lalu
induk
melakukan
d3f02843cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,