Преглед на файлове

Update tests/widgettoolbarrepository.js

Aleksander Nowodzinski преди 6 години
родител
ревизия
b61ce82a27
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-widget/tests/widgettoolbarrepository.js

+ 1 - 1
packages/ckeditor5-widget/tests/widgettoolbarrepository.js

@@ -105,7 +105,7 @@ describe( 'WidgetToolbarRepository', () => {
 			toolbarView.destroy();
 		} );
 
-		it( 'should create custom aria-label if is provided', () => {
+		it( 'should use a custom aria-label when provided', () => {
 			widgetToolbarRepository.register( 'fake', {
 				items: editor.config.get( 'fake.toolbar' ),
 				getRelatedElement: () => null,