summaryrefslogtreecommitdiff
path: root/web-ui/test/features.js
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-06 16:19:36 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-06 16:45:48 -0200
commitb0720edaa0d51ee9e807495fa536d890d332c50d (patch)
treef3f1021ded39bafaeb24adca837c65477c36ad1f /web-ui/test/features.js
parent45c4d0b4ccfe8619438d3e9752624b639feaea3d (diff)
Update tests to refactored events behaviour
Diffstat (limited to 'web-ui/test/features.js')
-rw-r--r--web-ui/test/features.js3
1 files changed, 3 insertions, 0 deletions
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;
}
};
});