Przeglądaj źródła

Minor test fix.

Piotrek Koszuliński 7 lat temu
rodzic
commit
34b07503cc
1 zmienionych plików z 1 dodań i 1 usunięć
  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 ) )
 				);