8
0
Pārlūkot izejas kodu

Fix unit tests for link.

Mateusz Samsel 6 gadi atpakaļ
vecāks
revīzija
4dbe61e83c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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'