Przeglądaj źródła

Rename tests for MouseSelectionHandler.

Maciej Gołaszewski 6 lat temu
rodzic
commit
3c7e44338e

+ 1 - 1
packages/ckeditor5-table/tests/tableselection/mouseselectionobserver.js → packages/ckeditor5-table/tests/tableselection/mouseselectionhandler.js

@@ -37,7 +37,7 @@ describe( 'table selection', () => {
 		await editor.destroy();
 	} );
 
-	describe( 'MouseSelectionObserver', () => {
+	describe( 'MouseSelectionHandler', () => {
 		it( 'should not start table selection when mouse move is inside one table cell', () => {
 			setModelData( model, modelTable( [
 				[ '[]00', '01' ],