예제 #1
0
 def cache_programs(self):
     """
     Populate the LMS' cache of program data.
     """
     cache_programs_page = CacheProgramsPage(self.browser)
     cache_programs_page.visit()
예제 #2
0
 def cache_programs(self):
     """
     Populate the LMS' cache of program data.
     """
     cache_programs_page = CacheProgramsPage(self.browser)
     cache_programs_page.visit()