}
bi.waitAndClick(bi.studentSubmitEvaluationButton);
bi.waitForElementText(bi.statusMessage, "The evaluation has been submitted.");
// check feedbacks updated:
bi.studentClickEditEvaluation(scn.course.courseId, scn.evaluation.name);
for (int i = 0; i < student.team.students.size(); i++) {
assertEquals(bi.getDropdownSelectedValue(bi.getSubmissionPoint(i)), "80");
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));
}