|
|
@@ -35,7 +35,7 @@ describe( 'ImageStyleCommand', () => {
|
|
|
} );
|
|
|
|
|
|
it( 'command value should be false if no image is selected', () => {
|
|
|
- setData( model, '[]<image></image>' );
|
|
|
+ setData( model, '<p>[]</p><image></image>' );
|
|
|
|
|
|
expect( command.value ).to.be.false;
|
|
|
} );
|