Skip to content

Commit

Permalink
Re-removing legacy file; removing test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rodriguez committed Feb 12, 2016
1 parent 8ae1285 commit 8617c99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 547 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def test_cohorted_search_user_staff_all_content(self):
self._goto_staff_page().set_staff_view_mode('Staff')
self.courseware_search_page.search_for_term(self.visible_to_all_html)
assert self.visible_to_all_html in self.courseware_search_page.search_results.html[0]
# from nose.tools import set_trace; set_trace()
self.courseware_search_page.clear_search()
self.courseware_search_page.search_for_term(self.group_a_and_b_html)
assert self.group_a_and_b_html in self.courseware_search_page.search_results.html[0]
Expand Down
Loading

0 comments on commit 8617c99

Please sign in to comment.