Explorar el Código

Tests: Removed obsolete describe.only from bindTwoStepCaretToAttribute() tests.

Aleksander Nowodzinski hace 6 años
padre
commit
3ed367a3c0

+ 1 - 1
packages/ckeditor5-engine/tests/utils/bindtwostepcarettoattribute.js

@@ -746,7 +746,7 @@ describe( 'bindTwoStepCaretToAttribute()', () => {
 		expect( getSelectionAttributesArray( selection ) ).to.have.members( [] );
 	} );
 
-	describe.only( 'left–to–right and right–to–left content', () => {
+	describe( 'left–to–right and right–to–left content', () => {
 		it( 'should call methods associated with the keys (LTR content direction)', () => {
 			const forwardStub = testUtils.sinon.stub( TwoStepCaretHandler.prototype, 'handleForwardMovement' );
 			const backwardStub = testUtils.sinon.stub( TwoStepCaretHandler.prototype, 'handleBackwardMovement' );