Merge pull request #15072 from edx/carol/DOC-3411Help
DOC-3411 Update lms_config.ini: instructor dashboard Help landing page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user