closes: CNVS-36299
This change makes it so they
Don’t load their deps in a separate chunk so there
is not 2 round trips to get each. RequireJS would bundle
them into one file but webpack treats an amd require([]...
as a split point, different from an amd define([]...
Test plan:
* Run webpack
* you should see less unnamed, numbered chunks
Change-Id: I512fe2759b18f729532ecee2c9c233fea4319dd3
Reviewed-on: https://gerrit.instructure.com/108448
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
closes: CNVS-36294
this makes it easier to debug and know what it is you're looking at
test plan:
* run webpack
* you should see it emit this chunk as a named chunk
instead of just of just a number
Change-Id: If2220f505fa734d21235981d5764c3a148c72ad1
Reviewed-on: https://gerrit.instructure.com/108450
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
closes: CNVS-36292
this makes it easier to debug and know what it is you're looking at
test plan:
* run webpack
* you should see it emit this chunk as a named chunk
instead of just of just a number
Change-Id: Id8d7cd1fe88c7e78de7fa8d423bb82017f735c4a
Reviewed-on: https://gerrit.instructure.com/108453
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
rake canvas:compile_assets is still the recommended
Way of making sure all of your stuff gets updated.
We can put a message back when there is something
That really does replace it and runs everything
Change-Id: Ic3f75955b1f0a65097c8fb4e8089258636d4c3b4
Reviewed-on: https://gerrit.instructure.com/108582
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Closes: CNVS-36313
most of the people that are still using this
are people that really do intend on using it.
So we want to change it to be more of a “if you
use this, your own your own buddy” than an “error,
This is going away”
Test plan:
* load a page and type this in your console:
require([‘jquery’, ‘underscore’], $ => console.log(‘jQuery is’, $))
* it should log “jQuery is <the query object> and
output a less scary message than before
Change-Id: I00b4ad77d76b0c395682aeb1689da0ec8ff9c4f3
Reviewed-on: https://gerrit.instructure.com/108583
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
When viewing a student's grade summary in a course with weighted
grading periods, and when all grading periods are selected for
viewing, show weights of the grading periods instead of assignment
groups weights.
fixes CNVS-36114
Test Plan:
Create courses with each of the configurations A-F. For each
course, test the views listed below it. The "grade summary"
refers to grades for a student who has completed assignments
in at least two grading periods. Expectations for the tests
are indicated with one or more of these codes:
(G) assignment group rows in grade summary
(P) grading period rows in grade summary
(T) total in grade summary
(g) assignment group rows in sidebar
(p) grading period rows in sidebar
(t) total in sidebar
(n) 'assignments are not weighted' in sidebar
Course Configurations:
A. Unweighted assignment groups, No grading periods
1. Syllabus page (n)
2. Grade summary (n)
B. Weighted assignment groups, No grading periods
1. Syllabus page (gt)
2. Grade summary (GTgt)
C. Unweighted assignment groups, Unweighted grading periods
Current date is within a specific grading period
1. Syllabus page (n)
2. Grade summary, default view (GTn)
the default view is the specific grading period
3. Grade summary, all grading periods view (GTn)
D. Weighted assignment groups, Unweighted grading periods
Current date is not within any grading period
1. Syllabus page (gt)
2. Grade summary, default view (GTgt)
the default view is all grading periods
3. Grade summary, specific grading period view (GTgt)
E. Unweighted assignment groups, Weighted grading periods
Current date is within a specific grading period
1. Syllabus page (p)
2. Grade summary, default view (GTn)
the default view is the specific grading period
3. Grade summary, all grading periods view (PTp)
F. Weighted assignment groups, Weighted grading periods
Current date is not within any grading period
1. Syllabus page (p)
2. Grade summary, default view (PTp)
the default view is all grading periods
3. Grade summary, specific grading period view (GTgt)
Change-Id: I2e46039dd50d38b29b1ba0305644c4ab75ade57c
Reviewed-on: https://gerrit.instructure.com/107977
Reviewed-by: Neil Gupta <ngupta@instructure.com>
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
QA-Review: KC Naegle <knaegle@instructure.com>
Product-Review: Christi Wruck
closes CNVS-33443
test plan:
- regression test RCS editor and sidebar
- up to level 2 feature flag
- do not need to test with high-risk flag (yet)
Change-Id: I92f9282d655203f6b76e7667d4e00cbcc147db6e
Reviewed-on: https://gerrit.instructure.com/107130
Tested-by: Jenkins
Reviewed-by: Ryan Shaw <ryan@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Brent Burgoyne <bburgoyne@instructure.com>
closes: CNVS-36293
this makes it easier to debug and know what it is you're looking at
test plan:
* run webpack
* you should see it emit this chunk as a named chunk
instead of just of just a number
Change-Id: Iff507d67184f8894b82b863516e0ce7353fa6c57
Reviewed-on: https://gerrit.instructure.com/108452
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Fixes CNVS-36223
Test plan:
* Create a weighted grading period group with 2 grading periods with
weights 50% each
* Create a course
* Enroll a student in the course
* Create an assignment that falls in the first grading period with 10
points possible
* Grade the student for that assignment with 5 points
* Check student's grade from their /grades page, it should be 25%
(50% of 50%)
* Delete the first grading period
* Check the student's grades page again, their score should be 0% now
(since the assignment is no longer in a GP so it isn't counted)
Gradebook does not use back-end scores, so be sure to check scores
on the /grades page or via rails console.
Change-Id: If00a157be8b709e94303f7d91917f7eca11c16cb
Reviewed-on: https://gerrit.instructure.com/108136
Reviewed-by: Spencer Olson <solson@instructure.com>
Tested-by: Jenkins
QA-Review: KC Naegle <knaegle@instructure.com>
Product-Review: Keith T. Garner <kgarner@instructure.com>
closes FALCOR-204
Test Plan:
- Load up a context card
- It should have metrics table and last login data
Change-Id: I1539040b63b9b043949a209f00ea629db735d65f
Reviewed-on: https://gerrit.instructure.com/108831
Reviewed-by: Steven Burnett <sburnett@instructure.com>
Tested-by: Jenkins
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
closes: CNVS-35498, CNVS-36371
- New icon
- Better SVG support
- PopoverMenu bug fixes
Test Plan:
- Make sure icons show up
- Make sure icon-external-link works (you can do this by
just changing a class name on any icon in inspector)
- Regression test areas that use instructure-ui
Change-Id: Ib43d0698571f8e22a2977cde5e9bbdfc1e6acf40
Reviewed-on: https://gerrit.instructure.com/108745
Reviewed-by: Derek Bender <djbender@instructure.com>
Reviewed-by: Pam Hiett <phiett@instructure.com>
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Product-Review: Colleen Palmer <colleen@instructure.com>
Tested-by: Jenkins
QA-Review: Dan Sasaki <dsasaki@instructure.com>
test plan:
- have courses and sections with very long names
- ensure, with New Scheduler off and on, that when creating a
new appointment group, the calendar picker widget layout
works reasonably
- also the "Go" button next to the split-in-equal-slots
thing should be positioned properly vertically
fixes CNVS-35960
Change-Id: I241f545bc2eea726674cda1c61a045484b64a0a0
Reviewed-on: https://gerrit.instructure.com/107204
Tested-by: Jenkins
Reviewed-by: Felix Milea-Ciobanu <fmileaciobanu@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
rewrite so it doesn't do a seq scan on submission_comments
don't worry about submission_comment_participants and
just use user_id on submissions (since the 'submitter' should
be the same)
test plan:
* recent feedback should grab submissions with recent
submissions comments from graders as before
Change-Id: Ib25e7d728051b005befdb09ca6fcd956bbcd989d
Reviewed-on: https://gerrit.instructure.com/108388
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
fixes FALCOR-177
Test Plan:
- Log and go to the account settings page
- Go to feature options
- Notice that there is a feature flag option
called duplicate objects and it is hidden
Change-Id: Ieda4a9090ee28a463d194c42c1c5b96dc33b1489
Reviewed-on: https://gerrit.instructure.com/108772
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Product-Review: Steven Burnett <sburnett@instructure.com>
Change-Id: Id81c70da1ce6a1ad1a389baa61e0583427fb091c
Reviewed-on: https://gerrit.instructure.com/108556
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
this gets it working in JAWS, though you still cannot arrow your way to
the remove student button in NVDA. I believe this is a bug in the screen
reader and this is the best we can do
test plan:
- recreate steps from the ticket
> using JAWS, you can down-arrow into the X button and press it
> using NVDA, you can down-arrow into the student's name and the SR
will read it, but you have to TAB into the button to press it
fixes CNVS-35823
Change-Id: Ida4a9ee2326eb56615b8ccc877dbde5d93dc1fa0
Reviewed-on: https://gerrit.instructure.com/106337
Reviewed-by: Dan Minkevitch <dan@instructure.com>
Reviewed-by: Steven Burnett <sburnett@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
Tested-by: Jenkins
Refs: PLAT-2369
Test-plan:
- setup multiple root accounts with /c/106174/
- spinup local live-event testing services
- test out live-event spawning processes as a result of a delayed job
- assert that the kinesis stream contains events with attributes
containing `root_account_uuid`
Change-Id: Ia00dd8d25497529dcf59b9d7b3d0b438d334a61e
Reviewed-on: https://gerrit.instructure.com/106175
QA-Review: Tucker McKnight <tmcknight@instructure.com>
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Jayce Higgins <jhiggins@instructure.com>
closes FALCOR-172
Test plan
- Turn on the new user feature flag in account flags
- Turn on the new user feature flag in user flags for a teacher
- Go to the tutorial and hit the end tutorial button
- Ensure the modal is close to a square shape
Change-Id: Id3c14865848c25ece5e5509b2e8545c7209710b5
Reviewed-on: https://gerrit.instructure.com/107626
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Dan Sasaki <dsasaki@instructure.com>
Tested-by: Jenkins
Product-Review: Mary Jane Anderson <manderson@instructure.com>
fixes: CNVS-31606
test plan:
- Given gradezilla enabled
- Given at least one unpublished assignment
- When on the gradebook for the first time
- Then the unpublished assignment column cells are shown
grayed out and grades in cells are hidden
- When the View menu has been opened
- Then the "Unpublished Assignments" menu item is selected
- When deselecting the "Unpublished Assignments" menu item
- Then the unpublished assignment is hidden without a page load
- When reloading the gradebook
- Then the unpublished assignment is still hidden
- Then the menu item for "Unpublished Assignments" is still
not selected
- When selecting the "Unpublished Assignments" menu item and
reloading the gradebook
- Then the unpublished assignment is still present
- Then the menu item for "Unpublished Assignments" is still
selected
Change-Id: Ie3a12b5411a8022b8119a6d7afbada767b51cdfa
Reviewed-on: https://gerrit.instructure.com/107013
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
Reviewed-by: Spencer Olson <solson@instructure.com>
QA-Review: Anju Reddy <areddy@instructure.com>
Product-Review: Christi Wruck
Change-Id: If651744c99869646215a328e1ddc2b92524d8f84
Reviewed-on: https://gerrit.instructure.com/108771
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
refs OFFW-146
test plan:
* quizzes and graded discussions in offline content exports should have
an assignmentExportId field in the course data.
Change-Id: Ia9ae66aae7dbd9bc47d91ee014b2bc1674ce01de
Reviewed-on: https://gerrit.instructure.com/105913
Reviewed-by: Mysti Sadler <mysti@instructure.com>
Tested-by: Jenkins
QA-Review: Nathan Rogowski <nathan@instructure.com>
Product-Review: Jon Willesen <jonw+gerrit@instructure.com>
need to delete more data to prevent foreign key errors
when deleting the test student
closes #CNVS-36160
Change-Id: I954afa9db2a939192862cc1805ee9bd70a442867
Reviewed-on: https://gerrit.instructure.com/107771
Tested-by: Jenkins
Reviewed-by: Steven Burnett <sburnett@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
test plan:
* have a muted assignment with a submission
* as a teacher, make a submission comment
* unmute the assignment
* the submission comments should show on the
student's conversations inbox page
closes #CNVS-18916
Change-Id: I05fcfdfb6c06ea71f4626d22e32bed32ee966dfa
Reviewed-on: https://gerrit.instructure.com/108166
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
prevent the user from changing locked assignment fields
closes MC-115
test plan:
- create a master course
- from course/#/settings page, lock content, points, due_dates and availability_dates
- add an assignment
- migrate to a child course
- as an admin, go to the assignment index page
- click on the gear menu for the assignment and choose edit
> expected result: you can edit everything
- click on More Options
> expected result: the edit page opens and you can edit everything
- as a teacher, go to the child course assignments page
- click on the gear menu for the assignment and choose edit
> expected result: you cannot edit anything
- click on the more options button
> expected result: you cannot edit the title, description, points or
dates, but changing other stuff and saving succeeds
Change-Id: Ic6c95e5af90f5398607bb2dbfb532e19e46c784e
Reviewed-on: https://gerrit.instructure.com/106991
Reviewed-by: Felix Milea-Ciobanu <fmileaciobanu@instructure.com>
QA-Review: Heath Hales <hhales@instructure.com>
Tested-by: Jenkins
Product-Review: Kendall Chadwick <kchadwick@instructure.com>
refs CNVS-34243
test plan:
* Create a course with 2 assignment groups with 1 assignment each
and 2 students
* Go to Gradezilla
* Open the Total column's options. You should see
a menu item that says "Move to Front"
* Click on this and it should move the Total column
to the front of the table next to Student Name.
* Verify that the Total column is now frozen and can only be
moved within the frozen columns
* Verify that any other columns you might have moved around
stay in their position even as the total grade column
moves
* Open the Total column's options again and notice
the menu item that says "Move to End"
* Clicking this should take the column to the end
of the table
* Verify that the Total column is now freely movable as
before
* Verify that any other columns you might have moved around
stay in their position even as the total grade column
moves
* Manually drag the Total column to the middle of
the table and notice that now both "Move to Front"
and "Move to End" are available in the options
and they both work as described above
Change-Id: I1a1fbca6c593d8d576ca57bd7ac6968e114a7cc1
Reviewed-on: https://gerrit.instructure.com/108181
Reviewed-by: Jeremy Neander <jneander@instructure.com>
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
QA-Review: Keith T. Garner <kgarner@instructure.com>
Product-Review: Christi Wruck
closes: CNVS-36300
test plan:
this chunk of js shouldn't be included in the common bundle and should
only be loaded if ENV.badge_counts is true and as a seperate chunk
Change-Id: Ia83418cb7604c50ad91c2bf54a4fac79ca381b5a
Reviewed-on: https://gerrit.instructure.com/108447
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
closes: CNVS-36297
these are the bundles that I never converted
over to javascript. This change makes it so they
Don’t load their deps in a separate chunk so there
is not 2 round trips to get each.
Test plan:
* Run webpack
* you should see less unnamed, numbered chunks
* load one of these pages
* it should load all of the js in one request,
and not use a separate request to load the deps
of the bundle
Change-Id: Id71318d42fe47b2a665fc2b1dababefec77ce9ad
Reviewed-on: https://gerrit.instructure.com/108446
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Support can now process crocodocs that are stuck in a "processing"
state if they've been stuck for more than a day.
fixes CNVS-36239
Change-Id: I6f0ce45be4883ade44d9bc715f4b6a16007caea5
Reviewed-on: https://gerrit.instructure.com/108201
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
Product-Review: Neil Gupta <ngupta@instructure.com>
QA-Review: Neil Gupta <ngupta@instructure.com>
test plan:
* set a course to show announcements on home (wiki) page
with an announcement limit
* copy the course
* the announcement limit should be copied
closes #CNVS-36175
Change-Id: If6b1ec7e37752829b7116ab412e50cff6dcb6389
Reviewed-on: https://gerrit.instructure.com/107910
Tested-by: Jenkins
Reviewed-by: Dan Minkevitch <dan@instructure.com>
QA-Review: David Tan <dtan@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
spec/selenium/grades/gradezilla/gradebook_spec.rb:226
the error was showing that the grid underneath will be clicked
instead of the download link. this might be due to the link being
off the viewable portion of the page. the attempted solution
is to make the page full screen so that the link is visible
Change-Id: Icb493bfb5ce2d6c5a8ee0a79d465a245a8144b03
Reviewed-on: https://gerrit.instructure.com/108527
Tested-by: Jenkins
Reviewed-by: Matt Fairbourn <mfairbourn@instructure.com>
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
QA-Review: Matt Fairbourn <mfairbourn@instructure.com>
Change-Id: I9e2da6bedcc2ad1271d758aefba8da620eae071f
Reviewed-on: https://gerrit.instructure.com/108478
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
Change-Id: I956beb028f039f4e899d910084a473629add5ea3
Reviewed-on: https://gerrit.instructure.com/108477
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
Fixes: CNVS-36276
Test plan:
* Enable Kaltura on account
* Navigate to a wiki page
* Click Edit
* Click 'Record/Upload Media'
* Ensure modal will load and user will be able
to record or upload a video
Change-Id: I899fe97a4afb5081e83e73ed22dc0eea0d4a2569
Reviewed-on: https://gerrit.instructure.com/108454
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
Refs: RD-2906
This should have been in e54ff2e0 :(
Change-Id: I17a57e73041a797a4f466e83d6419ac91e9ee3b9
Reviewed-on: https://gerrit.instructure.com/108401
Reviewed-by: Neil Gupta <ngupta@instructure.com>
Tested-by: Jenkins
QA-Review: Simon Williams <simon@instructure.com>
Product-Review: Brad Horrocks <bhorrocks@instructure.com>
Refs: RD-2906
Test plan:
enable canvadoc annotation support
enabled pdfjs feature
submit an assignment
wait for delayed job to send it to canvadocs
open speed grader
see pdfjs
Change-Id: I04028605fcc21c77c25f158d11f1cee33cb617d8
Reviewed-on: https://gerrit.instructure.com/107497
Reviewed-by: Neil Gupta <ngupta@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
Tested-by: Jenkins
Product-Review: Caleb Guanzon <cguanzon@instructure.com>
Adds the 'Notes' option to the 'View' menu in Gradezilla.
Removes that option from the Gradebook Settings cog.
closes CNVS-31605
Test Plan 1: Updating Teacher Notes
1. Open Gradezilla.
2. Verify the 'View' menu has a 'Notes' option.
3. Verify the Gradebook Settings cog does not have a 'Show Notes'/
'Hides Notes' option.
4. Click the 'Notes' option. Verify in the brief moment that the
notes are being fetched, the 'Notes' option is disabled.
5. Verify the notes column is visible and notes cells have the notes
content in them.
6. Verify the 'Notes' option has a checkmark next to it.
7. Reload the page. Verify the 'Notes' option has a checkmark
next to it and the notes column is visible.
7. Click the 'Notes' option. Verify in the brief moment that the
request to hide the notes is in process, the 'Notes' option is
disabled.
8. Verify the notes column is hidden.
9. Verify the 'Notes' option does not have a checkmark next to it.
10. Reload the page. Verify the 'Notes' option does not have a
checkmark next to it and the notes column is hidden.
Test Plan 2: Creating Teacher Notes
* If a course does not have any teacher notes, clicking the 'Notes'
option should create a teacher notes column in which teacher notes
will be stored.
1. Enter a rails console and get the teacher note column for a course.
teacher_note_column = Course.find(2).
custom_gradebook_columns.find_by(teacher_notes: true)
2. Destroy the teacher note column.
teacher_note_column.destroy
3. Open Gradezilla and open the Developer Tools in your browser.
4. Click the 'Notes' option. Verify in the brief moment that the
notes are being fetched, the 'Notes' option is disabled.
5. Verify the notes column is visible.
6. Check the Network Tab in your Developer Tools and find the request
that was sent when you clicked the 'Notes' option. The request
should be to api/v1/courses/:course_id/custom_gradebook_columns.
7. Verify the request succeeded (response 200) and the form data
includes the key/val "_method: POST"
Change-Id: Ib199b636ba67070878cde2939795247c6e45f5ae
Reviewed-on: https://gerrit.instructure.com/106700
Tested-by: Jenkins
Reviewed-by: Jeremy Neander <jneander@instructure.com>
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
QA-Review: Anju Reddy <areddy@instructure.com>
Product-Review: Christi Wruck