forked from TEAMMATES/teammates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reset google id test fix e2e tests fix e2e tests fix tests remove double click fix unknown symbol add toast check change toast verification message remove toast check
- Loading branch information
1 parent
09df7f1
commit 3bdccdd
Showing
6 changed files
with
81 additions
and
71 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
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 |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
"accounts": { | ||
"instructor1OfCourse1": { | ||
"id": "00000000-0000-4000-8000-000000000001", | ||
"googleId": "tm.e2e.ASearch.instr1", | ||
"googleId": "tm.e2e.ASearch.instr", | ||
"name": "Instructor 1", | ||
"email": "[email protected]" | ||
}, | ||
"unregisteredInstructor1": { | ||
"id": "00000000-0000-4000-8000-000000000006", | ||
"googleId": "unregisteredInstructor1", | ||
"googleId": "unregisteredInstructor", | ||
"name": "Unregistered Instructor 1 of Course1", | ||
"email": "[email protected]" | ||
}, | ||
"student1InCourse1": { | ||
"id": "00000000-0000-4000-8000-000000000101", | ||
"googleId": "tm.e2e.ASearch.student1", | ||
"googleId": "tm.e2e.ASearch.student", | ||
"name": "Student1 in course1", | ||
"email": "[email protected]" | ||
} | ||
|
@@ -25,7 +25,8 @@ | |
"googleId": "unregisteredInstructor1", | ||
"name": "Unregistered Instructor 1 of Course1", | ||
"email": "[email protected]", | ||
"institute":"TEAMMATES Test Institute 0" | ||
"institute":"TEAMMATES Test Institute 0", | ||
"registeredAt": "2010-02-14T00:00:00Z" | ||
} | ||
}, | ||
"courses": { | ||
|
@@ -65,7 +66,7 @@ | |
"id": "course-1" | ||
}, | ||
"name": "Instructor1 of Course1", | ||
"email": "ASearch.instructor1@gmail.tmt", | ||
"email": "ASearch.instructor@gmail.tmt", | ||
"role": "INSTRUCTOR_PERMISSION_ROLE_COOWNER", | ||
"isDisplayedToStudents": true, | ||
"displayName": "Instructor", | ||
|
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
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