Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Removed obsolete describe.only from bindTwoStepCaretToAttribut…
Browse files Browse the repository at this point in the history
…e() tests.
  • Loading branch information
oleq committed Jul 30, 2019
1 parent 35c5abc commit f60b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/bindtwostepcarettoattribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit f60b745

Please sign in to comment.