-
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.
- Loading branch information
Showing
9 changed files
with
5 additions
and
537 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ exports[`AdminHomePageComponent should snap with default view 1`] = ` | |
accountReqs={[Function Array]} | ||
accountService={[Function AccountService]} | ||
activeRequests="0" | ||
courseService={[Function CourseService]} | ||
currentPage={[Function Number]} | ||
formatDateDetailPipe={[Function FormatDateDetailPipe]} | ||
instructorDetails="" | ||
|
@@ -14,15 +13,9 @@ exports[`AdminHomePageComponent should snap with default view 1`] = ` | |
instructorName="" | ||
instructorsConsolidated={[Function Array]} | ||
isAddingInstructors="false" | ||
isRegisteredInstructorModalLoading="false" | ||
items$={[Function Observable]} | ||
linkService={[Function LinkService]} | ||
ngbModal={[Function _NgbModal]} | ||
pageSize={[Function Number]} | ||
registeredInstructorAccountData={[Function Array]} | ||
registeredInstructorIndex="0" | ||
registeredInstructorModal={[Function TemplateRef2]} | ||
simpleModalService={[Function SimpleModalService]} | ||
statusMessageService={[Function StatusMessageService]} | ||
timezoneService={[Function TimezoneService]} | ||
> | ||
|
@@ -140,7 +133,6 @@ exports[`AdminHomePageComponent should snap with disabled adding instructor butt | |
accountReqs={[Function Array]} | ||
accountService={[Function AccountService]} | ||
activeRequests={[Function Number]} | ||
courseService={[Function CourseService]} | ||
currentPage={[Function Number]} | ||
formatDateDetailPipe={[Function FormatDateDetailPipe]} | ||
instructorDetails="" | ||
|
@@ -149,15 +141,9 @@ exports[`AdminHomePageComponent should snap with disabled adding instructor butt | |
instructorName="" | ||
instructorsConsolidated={[Function Array]} | ||
isAddingInstructors={[Function Boolean]} | ||
isRegisteredInstructorModalLoading="false" | ||
items$={[Function Observable]} | ||
linkService={[Function LinkService]} | ||
ngbModal={[Function _NgbModal]} | ||
pageSize={[Function Number]} | ||
registeredInstructorAccountData={[Function Array]} | ||
registeredInstructorIndex="0" | ||
registeredInstructorModal={[Function TemplateRef2]} | ||
simpleModalService={[Function SimpleModalService]} | ||
statusMessageService={[Function StatusMessageService]} | ||
timezoneService={[Function TimezoneService]} | ||
> | ||
|
@@ -439,7 +425,6 @@ exports[`AdminHomePageComponent should snap with some instructors details 1`] = | |
accountReqs={[Function Array]} | ||
accountService={[Function AccountService]} | ||
activeRequests="0" | ||
courseService={[Function CourseService]} | ||
currentPage={[Function Number]} | ||
formatDateDetailPipe={[Function FormatDateDetailPipe]} | ||
instructorDetails="" | ||
|
@@ -448,15 +433,9 @@ exports[`AdminHomePageComponent should snap with some instructors details 1`] = | |
instructorName="" | ||
instructorsConsolidated={[Function Array]} | ||
isAddingInstructors="false" | ||
isRegisteredInstructorModalLoading="false" | ||
items$={[Function Observable]} | ||
linkService={[Function LinkService]} | ||
ngbModal={[Function _NgbModal]} | ||
pageSize={[Function Number]} | ||
registeredInstructorAccountData={[Function Array]} | ||
registeredInstructorIndex="0" | ||
registeredInstructorModal={[Function TemplateRef2]} | ||
simpleModalService={[Function SimpleModalService]} | ||
statusMessageService={[Function StatusMessageService]} | ||
timezoneService={[Function TimezoneService]} | ||
> | ||
|
@@ -786,85 +765,6 @@ exports[`AdminHomePageComponent should snap with some instructors details 1`] = | |
</span> | ||
</td> | ||
</tr> | ||
<tr | ||
tm-new-instructor-data-row="" | ||
> | ||
<td> | ||
<span | ||
id="instructor-3-name" | ||
> | ||
Instructor D | ||
</span> | ||
</td> | ||
<td> | ||
<span | ||
id="instructor-3-email" | ||
> | ||
[email protected] | ||
</span> | ||
</td> | ||
<td> | ||
<span | ||
id="instructor-3-institution" | ||
> | ||
Sample Institution C | ||
</span> | ||
</td> | ||
<td | ||
style="width: 17%;" | ||
> | ||
<div | ||
class="button-group" | ||
> | ||
<button | ||
class="action-btn btn btn-sm btn-primary text-nowrap" | ||
id="add-instructor-3" | ||
style="margin-right: 10px;" | ||
> | ||
Add | ||
</button> | ||
<button | ||
class="action-btn btn btn-sm btn-info text-nowrap" | ||
id="edit-instructor-3" | ||
style="margin-right: 10px;" | ||
> | ||
Edit | ||
</button> | ||
<button | ||
class="action-btn btn btn-sm btn-danger" | ||
id="remove-instructor-3" | ||
> | ||
Remove | ||
</button> | ||
</div> | ||
</td> | ||
<td | ||
style="width: 8%;" | ||
> | ||
FAIL | ||
</td> | ||
<td | ||
style="width: 40%;" | ||
> | ||
<span | ||
class="message" | ||
id="message-instructor-3" | ||
> | ||
Cannot create account request as instructor has already registered. | ||
</span> | ||
<span> | ||
<a | ||
class="btn btn-link" | ||
id="instructor-3-registered-info-button" | ||
type="button" | ||
> | ||
<i | ||
class="fas fa-info-circle" | ||
/> | ||
</a> | ||
</span> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<button | ||
|
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
Oops, something went wrong.