From b0720edaa0d51ee9e807495fa536d890d332c50d Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Tue, 6 Jan 2015 16:19:36 -0200 Subject: Update tests to refactored events behaviour --- web-ui/test/features.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web-ui/test/features.js') diff --git a/web-ui/test/features.js b/web-ui/test/features.js index 29c6d87d..83d567d8 100644 --- a/web-ui/test/features.js +++ b/web-ui/test/features.js @@ -9,6 +9,9 @@ define([], function() { }, getLogoutUrl: function() { return '/test/logout/url'; + }, + isAutoRefreshEnabled: function() { + return true; } }; }); -- cgit v1.2.3