Explorar o código

Merge pull request #341 from ckeditor/i/6154

Tests: Align test code to the latest changes in selection post-fixer. See ckeditor/ckeditor5#6154.
Maciej %!s(int64=6) %!d(string=hai) anos
pai
achega
a8bbb718a2

+ 1 - 1
packages/ckeditor5-image/tests/imagestyle/imagestylecommand.js

@@ -35,7 +35,7 @@ describe( 'ImageStyleCommand', () => {
 	} );
 	} );
 
 
 	it( 'command value should be false if no image is selected', () => {
 	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;
 		expect( command.value ).to.be.false;
 	} );
 	} );