Beispiel #1
0
        private void ProgramStatusInformationIsEdited()
        {
            var editProgramStatusPanel = _profilePage.EditProgramStatus();

            _enterProgramStatusModel = new EnterProgramStatusModelBuilder().WithTestingAccommodation(true).WithMcKinneyVento(false).Build();
            _profilePage             = editProgramStatusPanel.Edit(_enterProgramStatusModel);
        }
Beispiel #2
0
 private void GoToTheStudentProfilePage()
 {
     _profilePage = _homePage.TopMenu.GoToStudentsPage().GoToProfilePage();
 }