Commit f3153651 by Carol Tong Committed by GitHub

Merge pull request #15072 from edx/carol/DOC-3411Help

DOC-3411 Update lms_config.ini: instructor dashboard Help landing page
parents 208cffd6 9442a262
......@@ -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)
......@@ -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
......
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