Selaa lähdekoodia

Update cut over table tests to match expected behavior.

Maciej Gołaszewski 5 vuotta sitten
vanhempi
commit
eea32b0aab
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      packages/ckeditor5-table/tests/tableclipboard.js

+ 2 - 2
packages/ckeditor5-table/tests/tableclipboard.js

@@ -310,8 +310,8 @@ describe( 'table clipboard', () => {
 				} );
 
 				assertEqualMarkup( getModelData( model ), modelTable( [
-					[ { contents: '', isSelected: true }, { contents: '', isSelected: true }, '02' ],
-					[ { contents: '', isSelected: true }, { contents: '', isSelected: true }, '12' ],
+					[ '', '', '02' ],
+					[ '', '[]', '12' ],
 					[ '20', '21', '22' ]
 				] ) );
 			} );