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