Explorar el Código

Fix unit tests for link.

Mateusz Samsel hace 6 años
padre
commit
4dbe61e83c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-link/tests/ui/linkformview.js

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

@@ -264,7 +264,7 @@ describe( 'LinkFormView', () => {
 		} );
 	} );
 
-	describe.only( 'localization of custom attributes', () => {
+	describe( 'localization of custom attributes', () => {
 		before( () => {
 			addTranslations( 'pl', {
 				'Open in new window': 'Otwórz w nowym oknie'