8
0
Pārlūkot izejas kodu

Merge branch 'master' into t/engine/1186

Oskar Wróbel 8 gadi atpakaļ
vecāks
revīzija
156995cd6a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-heading/tests/heading.js

+ 1 - 1
packages/ckeditor5-heading/tests/heading.js

@@ -78,7 +78,7 @@ describe( 'Heading', () => {
 
 			expect( dropdown ).to.be.instanceOf( DropdownView );
 			expect( dropdown.buttonView.isEnabled ).to.be.true;
-			expect( dropdown.buttonView.isOn ).to.be.undefined;
+			expect( dropdown.buttonView.isOn ).to.be.false;
 			expect( dropdown.buttonView.label ).to.equal( 'Paragraph' );
 			expect( dropdown.buttonView.tooltip ).to.equal( 'Heading' );
 		} );