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

            _sectionCreatePage = sectionIndexPage.GoToCreatePage();
        }