-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix InstructorHomePageE2ETest * fix automated session reminders json
- Loading branch information
1 parent
203ec24
commit 5e2e2a6
Showing
4 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"id": "00000000-0000-4000-8000-000000000001", | ||
"googleId": "tm.e2e.AutSesRem.instructor", | ||
"name": "Test Ins for Aut Sessions Reminder", | ||
"email": "[email protected]", | ||
"email": "[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
{ | ||
"accounts": { | ||
"IHome.instr": { | ||
"googleId": "tm.e2e.IHome.instructor.tmms", | ||
"name": "Teammates Test", | ||
"email": "[email protected]", | ||
"readNotifications": {} | ||
} | ||
}, | ||
"courses": { | ||
"IHome.CS2104": { | ||
"createdAt": "2012-04-01T23:58:00Z", | ||
|
@@ -324,19 +316,5 @@ | |
} | ||
} | ||
}, | ||
"feedbackResponseComments": {}, | ||
"notifications": { | ||
"notification1": { | ||
"notificationId": "notification1", | ||
"startTime": "2011-01-01T00:00:00Z", | ||
"endTime": "2099-01-01T00:00:00Z", | ||
"createdAt": "2011-01-01T00:00:00Z", | ||
"updatedAt": "2011-01-01T00:00:00Z", | ||
"style": "DANGER", | ||
"targetUser": "GENERAL", | ||
"title": "A deprecation note", | ||
"message": "<p>Deprecation happens in three minutes</p>", | ||
"shown": false | ||
} | ||
} | ||
"feedbackResponseComments": {} | ||
} |
22 changes: 22 additions & 0 deletions
22
src/e2e/resources/data/InstructorHomePageE2ETest_SqlEntities.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"accounts": { | ||
"IHome.instr": { | ||
"id": "00000000-0000-4000-8000-000000000001", | ||
"googleId": "tm.e2e.IHome.instructor.tmms", | ||
"name": "Teammates Test", | ||
"email": "[email protected]" | ||
} | ||
}, | ||
"notifications": { | ||
"notification1": { | ||
"id": "00000000-0000-4000-8000-000000000002", | ||
"startTime": "2011-01-01T00:00:00Z", | ||
"endTime": "2099-01-01T00:00:00Z", | ||
"style": "DANGER", | ||
"targetUser": "GENERAL", | ||
"title": "A deprecation note", | ||
"message": "<p>Deprecation happens in three minutes</p>", | ||
"shown": false | ||
} | ||
} | ||
} |