From 44fd787a98febe5584327b31193b4e71a3ada363 Mon Sep 17 00:00:00 2001 From: Daniel Friedman Date: Fri, 11 Sep 2015 11:43:20 -0400 Subject: [PATCH] Fix syntax error in teams_tab_spec.js --- .../teams/static/teams/js/spec/views/teams_tab_spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/teams/static/teams/js/spec/views/teams_tab_spec.js b/lms/djangoapps/teams/static/teams/js/spec/views/teams_tab_spec.js index 194eb73029..a91a453cb8 100644 --- a/lms/djangoapps/teams/static/teams/js/spec/views/teams_tab_spec.js +++ b/lms/djangoapps/teams/static/teams/js/spec/views/teams_tab_spec.js @@ -115,6 +115,7 @@ define([ AjaxHelpers.respondWithError(requests, 500); expectError(teamsTabView, "Your request could not be completed due to a server problem. Reload the page and try again. If the issue persists, click the Help tab to report the problem."); expectFocus(teamsTabView.$('.warning')); + }); it('does not navigate to the topics page when syncing its collection if not on the search page', function () { var teamsTabView = createTeamsTabView(),