assertEquals(bi.getElementValue(bi.getSubmissionJustification(i)), String.format("Student Edit:: Justification from %s to %s.", student.email, student.team.students.get(i).email));
assertEquals(bi.getElementValue(bi.getSubmissionComments(i)), String.format("Student Edit:: Comments from %s to %s.", student.email, student.team.students.get(i).email));
}
bi.waitAndClick(bi.studentEvaluationCancelButton);// [cancel]
bi.logout();
BrowserInstancePool.release(bi);
}
private void setStudent(Student student) {
this.student = student;