private void ProgramStatusInformationIsEdited() { var editProgramStatusPanel = _profilePage.EditProgramStatus(); _enterProgramStatusModel = new EnterProgramStatusModelBuilder().WithTestingAccommodation(true).WithMcKinneyVento(false).Build(); _profilePage = editProgramStatusPanel.Edit(_enterProgramStatusModel); }
private void GoToTheStudentProfilePage() { _profilePage = _homePage.TopMenu.GoToStudentsPage().GoToProfilePage(); }