From 8314e017fd919ccbeb010f781565581698e93337 Mon Sep 17 00:00:00 2001 From: Szymon Cofalik Date: Fri, 3 Jul 2015 11:54:30 +0200 Subject: [PATCH] Fixed manual test for notifications in inline editor. --- .../notification/manual/_helpers/manualplayground.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 +};