From 340fb2b082b423ad030bf8d2cc008a41486c639e Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 14 Jun 2017 10:22:59 -0400 Subject: [PATCH] Add comment to save future self time. --- .../tests/lms/test_lms_cohorted_courseware_search.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/test/acceptance/tests/lms/test_lms_cohorted_courseware_search.py b/common/test/acceptance/tests/lms/test_lms_cohorted_courseware_search.py index 98ce67b8bb..7f3b7012fb 100644 --- a/common/test/acceptance/tests/lms/test_lms_cohorted_courseware_search.py +++ b/common/test/acceptance/tests/lms/test_lms_cohorted_courseware_search.py @@ -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')