8
0
Просмотр исходного кода

Tests: Cleaned up DOM leaks in LinkEditing tests.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
9b36de6e2f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-link/tests/linkediting.js

+ 1 - 1
packages/ckeditor5-link/tests/linkediting.js

@@ -94,7 +94,7 @@ describe( 'LinkEditing', () => {
 		} );
 
 		it( 'should be bound to th `linkHref` attribute (RTL)', async () => {
-			editor = await ClassicTestEditor.create( element, {
+			const editor = await ClassicTestEditor.create( element, {
 				plugins: [ Paragraph, LinkEditing, Enter ],
 				language: {
 					content: 'ar'