You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added sinon library to spoof browser time during tests
* Updated deadline_day_controller to force RRule to calculate the next occurrence after today
* Updated reminder schedule form tests to run on specific dates and times
* Fixed deadline and reminder form shared example assuming the form always used the same path
* Swapped explicit path names for refresh, fixed the partner page not being handled correctly, applied linter
* Forgot sinon
Copy file name to clipboardExpand all lines: spec/system/organization_system_spec.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ def post_form_submit
74
74
it_behaves_like"deadline and reminder form","organization","Save",:post_form_submit
75
75
76
76
it"the deadline day form's reminder and deadline dates are consistent with the dates calculated by the FetchPartnersToRemindNowService and DeadlineService"do
it_behaves_like"deadline and reminder form","partner_group","Update Partner Group"
777
+
it_behaves_like"deadline and reminder form","partner_group","Update Partner Group",nil,:post_refresh
774
778
775
779
it"the deadline day form's reminder and deadline dates are consistent with the dates calculated by the FetchPartnersToRemindNowService and DeadlineService"do
0 commit comments