We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae97b3 commit 2ad9285Copy full SHA for 2ad9285
lms/djangoapps/courseware/tests/test_tabs.py
@@ -870,6 +870,7 @@ def test_singular_dates_tab(self):
870
"""Test cases for making sure no persisted dates tab is surfaced"""
871
user = self.create_mock_user()
872
self.course.tabs = self.all_valid_tab_list
873
+ self.course.hide_dates_tab = False
874
self.course.save()
875
876
# Verify that there is a dates tab in the modulestore
0 commit comments