![]() fixes CNVS-33651 Test plan: * Create a course * Enroll 3 students * Create 2 assignments with different due dates * In rails console: * Submission.pluck(:assignment_id, :cached_due_date) should return an array of 6 tuples of (assignment id, its due date) * Create an override for one student on one assignment * In rails console: * Submission.where( assignment_id: <assignment picked above>, user_id: <user picked above> ).cached_due_date should equal the override date * Smoke test grading and viewing students in different places to make sure the new dummy submissions aren't breaking anything Change-Id: Idc2721fd3f05214555db780b452ddf53e67ff404 Reviewed-on: https://gerrit.instructure.com/109027 Tested-by: Jenkins Reviewed-by: Keith T. Garner <kgarner@instructure.com> QA-Review: Anju Reddy <areddy@instructure.com> Product-Review: Keith T. Garner <kgarner@instructure.com> |
||
---|---|---|
.. | ||
provisional_grade_spec.rb | ||
selection_spec.rb |