Commit 87fcdb80 by Daniel Friedman

Merge pull request #9723 from edx/dan-f/fix-teams-tab-spec-syntax-error

Fix syntax error in teams_tab_spec.js
parents 1aa73aa6 44fd787a
......@@ -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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment