Commit 3b70b9b7 by Robert Raposa Committed by GitHub

Merge pull request #15322 from edx/robrap/bokchoy-comment

Add comment to save future self time.
parents 09e22f37 340fb2b0
......@@ -239,6 +239,12 @@ class CoursewareSearchCohortTest(ContainerBase, CohortTestMixin):
def test_cohorted_search_user_staff_masquerade_student_content(self):
"""
Test staff user can search just student public content if selected from preview menu.
NOTE: Although it would be wise to combine these masquerading tests into
a single test due to expensive setup, doing so revealed a very low
priority bug where searching seems to stick/cache the access of the
first user who searches for future searches.
"""
self._auto_auth(self.staff_user["username"], self.staff_user["email"], False)
self._goto_staff_page().set_staff_view_mode('Learner')
......
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