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