Skip to content

Commit

Permalink
Remove logouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtankw3 committed Nov 8, 2020
1 parent a94b606 commit 1e1ca94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public void testAll() {
.withStudentEmail(unregistered.email)
.withSessionName(openSession.getFeedbackSessionName())
.withRegistrationKey(getKeyForStudent(unregistered));
logout();
resultsPage = AppPage.getNewPageInstance(browser, url, StudentFeedbackResultsPage.class);

resultsPage.verifyFeedbackSessionDetails(openSession);
Expand Down
2 changes: 0 additions & 2 deletions src/e2e/java/teammates/e2e/cases/StudentHomePageE2ETest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public void testAll() {

assertTrue(verifyVisibleFeedbackSessionToStudents(feedbackSessionName, i));
}

logout();
}

private List<WebElement> getStudentHomeCoursePanels() {
Expand Down
2 changes: 0 additions & 2 deletions src/e2e/java/teammates/e2e/cases/TimezoneSyncerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public void testTimezoneDatabasesAreUpToDate() {
releaseDate.plusDays(DAYS_TO_UPDATE_TZ).isAfter(nowDate));

}

logout();
}

private String processOffsets(String offsets) {
Expand Down

0 comments on commit 1e1ca94

Please sign in to comment.