|
@@ -33,7 +33,6 @@ describe( 'InlineEditorUIView', () => {
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
it( 'is given the right CSS classes', () => {
|
|
it( 'is given the right CSS classes', () => {
|
|
|
- expect( view.toolbar.element.classList.contains( 'ck-editor-toolbar' ) ).to.be.true;
|
|
|
|
|
expect( view.toolbar.element.classList.contains( 'ck-toolbar_floating' ) ).to.be.true;
|
|
expect( view.toolbar.element.classList.contains( 'ck-toolbar_floating' ) ).to.be.true;
|
|
|
} );
|
|
} );
|
|
|
|
|
|