Skip to content

Commit

Permalink
shift accounts json
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquu committed Feb 25, 2024
1 parent 7da77bb commit fc48526
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ protected void prepareTestData() {
futureFeedbackSession.setResultsVisibleFromTime(instant24DaysLater);

removeAndRestoreDataBundle(testData);

sqlTestData = removeAndRestoreSqlDataBundle(loadSqlDataBundle("/AdminSessionsPageE2ETest_SqlEntities.json"));
}

@Test
Expand Down
8 changes: 0 additions & 8 deletions src/e2e/resources/data/AdminSessionsPageE2ETest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"accounts": {
"instructor1OfCourse1": {
"googleId": "tm.e2e.ASess.instr1",
"name": "Instructor1 of Course1",
"email": "[email protected]",
"readNotifications": {}
}
},
"courses": {
"typicalCourse1": {
"id": "tm.e2e.ASess.idOfTypicalCourse1",
Expand Down
10 changes: 10 additions & 0 deletions src/e2e/resources/data/AdminSessionsPageE2ETest_SqlEntities.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"accounts": {
"instructor1OfCourse1": {
"googleId": "tm.e2e.ASess.instr1",
"name": "Instructor1 of Course1",
"email": "[email protected]",
"readNotifications": {}
}
}
}

0 comments on commit fc48526

Please sign in to comment.