diff --git a/tests/plugins/notification/manual/_helpers/manualplayground.js b/tests/plugins/notification/manual/_helpers/manualplayground.js index 84640651064..d319390b540 100644 --- a/tests/plugins/notification/manual/_helpers/manualplayground.js +++ b/tests/plugins/notification/manual/_helpers/manualplayground.js @@ -48,22 +48,17 @@ var manualPlayground = { notification.update( scenario.shift() ); } }, 300 ); - - editor.focus(); }, showWarning: function() { editor.showNotification( 'Vitae risus eget ante mau convallis.', 'warning' ); - editor.focus(); }, showSuccess: function() { editor.showNotification( 'Success!', 'success' ); - editor.focus(); }, showInfo: function() { editor.showNotification( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae risus eget ante mae convallis.', 'info' ); - editor.focus(); } -}; \ No newline at end of file +};