Ver Fonte

Minor test fix.

Piotrek Koszuliński há 7 anos atrás
pai
commit
34b07503cc
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 			expect( balloon.visibleView ).to.be.null;
 
 
 			model.change( writer => {
 			model.change( writer => {
-				// Select the <tableCell>[foo]</tableCell>
+				// Select the <tableCell>[bar]</tableCell>
 				writer.setSelection(
 				writer.setSelection(
 					Range.createOn( doc.getRoot().getChild( 1 ).getChild( 0 ).getChild( 0 ).getChild( 0 ) )
 					Range.createOn( doc.getRoot().getChild( 1 ).getChild( 0 ).getChild( 0 ).getChild( 0 ) )
 				);
 				);