Skip to content

Commit

Permalink
[#12654] Instructor Edit Session Page: Bug in Grace Period Tooltip (#…
Browse files Browse the repository at this point in the history
…12675)

* Fix grace period tooltip

* Update test cases

---------

Co-authored-by: Wei Qing <[email protected]>
Co-authored-by: Dominic Lim <[email protected]>
  • Loading branch information
3 people authored Dec 25, 2023
1 parent b44938b commit a64f660
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ <h5>Or</h5>
</div>
<div class="col-md-4 border-left-gray">
<div class="row text-center">
<div class="ngb-tooltip-class col-12 text-md-start ms-md-2" ngbTooltip="Amount of time the system will continue accepting submissions after the specified deadline.">
<label for="grace-period" class="control-label font-bold">
<div class="col-12 text-md-start ms-md-2">
<label for="grace-period" class="ngb-tooltip-class control-label font-bold" ngbTooltip="Amount of time the system will continue accepting submissions after the specified deadline.">
Grace period
</label>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1141,12 +1141,12 @@ exports[`InstructorSessionEditPageComponent should snap with feedback session qu
class="row text-center"
>
<div
class="ngb-tooltip-class col-12 text-md-start ms-md-2"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
class="col-12 text-md-start ms-md-2"
>
<label
class="control-label font-bold"
class="ngb-tooltip-class control-label font-bold"
for="grace-period"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
>
Grace period
</label>
Expand Down Expand Up @@ -3825,12 +3825,12 @@ exports[`InstructorSessionEditPageComponent should snap with new question added
class="row text-center"
>
<div
class="ngb-tooltip-class col-12 text-md-start ms-md-2"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
class="col-12 text-md-start ms-md-2"
>
<label
class="control-label font-bold"
class="ngb-tooltip-class control-label font-bold"
for="grace-period"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
>
Grace period
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1078,12 +1078,12 @@ exports[`InstructorSessionsPageComponent should snap when new session form is ex
class="row text-center"
>
<div
class="ngb-tooltip-class col-12 text-md-start ms-md-2"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
class="col-12 text-md-start ms-md-2"
>
<label
class="control-label font-bold"
class="ngb-tooltip-class control-label font-bold"
for="grace-period"
ngbtooltip="Amount of time the system will continue accepting submissions after the specified deadline."
>
Grace period
</label>
Expand Down

0 comments on commit a64f660

Please sign in to comment.