8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
34b07503cc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/tests/tabletoolbar.js

+ 1 - 1
packages/ckeditor5-table/tests/tabletoolbar.js

@@ -132,7 +132,7 @@ describe( 'TableToolbar', () => {
 			expect( balloon.visibleView ).to.be.null;
 
 			model.change( writer => {
-				// Select the <tableCell>[foo]</tableCell>
+				// Select the <tableCell>[bar]</tableCell>
 				writer.setSelection(
 					Range.createOn( doc.getRoot().getChild( 1 ).getChild( 0 ).getChild( 0 ).getChild( 0 ) )
 				);