summaryrefslogtreecommitdiff
path: root/spec/frontend/admin/applications/components/__snapshots__/delete_application_spec.js.snap
blob: 459a113b6d13f59ae0c47a61860e553c3c399283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`DeleteApplication the modal component form matches the snapshot 1`] = `
<form
  action="application/path/1"
  method="post"
>
  <input
    name="_method"
    type="hidden"
    value="delete"
  />
   
  <input
    name="authenticity_token"
    type="hidden"
    value="mock-csrf-token"
  />
</form>
`;