diff --git a/common/test/acceptance/tests/lms/test_lms_help.py b/common/test/acceptance/tests/lms/test_lms_help.py index ad627df897..e4620a65a5 100644 --- a/common/test/acceptance/tests/lms/test_lms_help.py +++ b/common/test/acceptance/tests/lms/test_lms_help.py @@ -107,6 +107,6 @@ class InstructorDashboardHelp(BaseInstructorDashboardTest): When I click "Help" Then I see help about the instructor dashboard in a new tab """ - href = url_for_help('learner', '/SFD_instructor_dash_help.html') + href = url_for_help('course_author', '/CA_instructor_dash_help.html') self.instructor_dashboard_page.click_help() assert_opened_help_link_is_correct(self, href) diff --git a/docs/lms_config.ini b/docs/lms_config.ini index 85af1f6761..4abe982cb2 100644 --- a/docs/lms_config.ini +++ b/docs/lms_config.ini @@ -3,7 +3,7 @@ # in edx-platform/common/test/acceptance/tests/lms/test_lms_help.py [pages] default = learner:index.html -instructor = learner:SFD_instructor_dash_help.html +instructor = course_author:CA_instructor_dash_help.html course = learner:index.html profile = learner:SFD_dashboard_profile_SectionHead.html dashboard = learner:SFD_dashboard_profile_SectionHead.html