Commit 134a3134 by Ben Patterson

Reset mongo events store for each test.

parent 1d6c61c3
......@@ -45,6 +45,8 @@ class TeamsTabBase(EventsTestMixin, UniqueCourseTest):
self.tab_nav = TabNavPage(self.browser)
self.course_info_page = CourseInfoPage(self.browser, self.course_id)
self.teams_page = TeamsPage(self.browser, self.course_id)
# TODO: Refactor so resetting events database is not necessary
self.reset_event_tracking()
def create_topics(self, num_topics):
"""Create `num_topics` test topics."""
......
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