private void SectionIsDeleted() { _sectionsCount = _sectionIndexPage.GetNumberOfSections(); _sectionIndexPage = _sectionIndexPage.GoDelete(_createSectionModel); }
public void HaveEnteredValidInputForAllFields() { _createSectionModel = new CreateSectionModelBuilder().Build(); _sectionIndexPage = _sectionCreatePage.CreateSection(_createSectionModel); }