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

Commit

Permalink
Fixed failing tests on FF.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Sep 19, 2018
1 parent 4c72221 commit e864de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/widgettoolbarrepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe( 'WidgetToolbarRepository - integration with the BalloonToolbar', () =>
const fakeWidgetToolbarView = widgetToolbarRepository._toolbars.get( 'fake' ).view;

setData( model, '[<fake-widget></fake-widget>]<paragraph>foo</paragraph>' );
editor.ui.fire( 'update' );
editor.ui.focusTracker.isFocused = true;

clock.tick( 200 );

Expand All @@ -247,7 +247,7 @@ describe( 'WidgetToolbarRepository - integration with the BalloonToolbar', () =>
} );

setData( model, '<fake-widget></fake-widget><paragraph>[foo]</paragraph>' );
editor.ui.fire( 'update' );
editor.ui.focusTracker.isFocused = true;

clock.tick( 200 );

Expand Down

0 comments on commit e864de8

Please sign in to comment.