summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/__snapshots__/ResetRequest.test.js.snap
blob: f93486bf83c88a652d287025b130d38a97e32001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<ResetRequest/> renders and matches snapshot 1`] = `
<form
  className="sc-bdVaJa LHejR"
  data-test="ResetRequest"
  onSubmit={[Function]}
>
  <DisplayError />
  <fieldset
    aria-busy={false}
    disabled={false}
  >
    <label
      htmlFor="email"
    >
      Email
      <input
        name="email"
        onChange={[Function]}
        placeholder="email"
        type="text"
        value=""
      />
    </label>
    <button
      type="submit"
    >
      Request Reset!
    </button>
  </fieldset>
</form>
`;