示例#1
0
 public void GoToTheCreateSectionPage()
 {
     var sectionIndexPage = _homePage.TopMenu.GoToCourseGenerationPage().GoToSectionIndexPage();
     _sectionCreatePage = sectionIndexPage.GoToCreatePage();
 }
 public void NewSectionIsCreated()
 {
     _sectionCreatePage = _sectionsForSessionPage.GoToCreateSectionPage();
 }