private void StudentInfoIsDisplayed() { var allFieldsExist = _profilePage.AllFieldsExist(_createStudentModel); allFieldsExist.ShouldBe(true); }