Przeglądaj źródła

Fix unit test name.

Mateusz Samsel 6 lat temu
rodzic
commit
667bd87989
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-link/tests/ui/linkformview.js

+ 1 - 1
packages/ckeditor5-link/tests/ui/linkformview.js

@@ -286,7 +286,7 @@ describe( 'LinkFormView', () => {
 		} );
 	} );
 
-	describe( 'localization of custom attributes', () => {
+	describe( 'localization of manual decorators', () => {
 		before( () => {
 			addTranslations( 'pl', {
 				'Open in a new tab': 'Otwórz w nowym oknie'