diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-11 10:46:24 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-11 10:46:24 -0400 |
| commit | 8ccb0d93cdc064776454c929e15aa03129be37a3 (patch) | |
| tree | 109dd4fd595f15d25d2b3b27682c776123290ea2 /frontend/__tests__/__snapshots__/CreateItem.test.js.snap | |
| parent | 632af35d8a0871ca8c1041d0e14d63e2b457d168 (diff) | |
clean up
Diffstat (limited to 'frontend/__tests__/__snapshots__/CreateItem.test.js.snap')
| -rw-r--r-- | frontend/__tests__/__snapshots__/CreateItem.test.js.snap | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/frontend/__tests__/__snapshots__/CreateItem.test.js.snap b/frontend/__tests__/__snapshots__/CreateItem.test.js.snap index 5c51c2d..89dbcd2 100644 --- a/frontend/__tests__/__snapshots__/CreateItem.test.js.snap +++ b/frontend/__tests__/__snapshots__/CreateItem.test.js.snap @@ -9,21 +9,28 @@ exports[`<Createitem/> renders and matches snapshot 1`] = ` <h2> Sell an Item. </h2> - <DisplayError /> + <DisplayError + error={Object {}} + /> <fieldset aria-busy={false} disabled={false} > - <label> + <label + htmlFor="file" + > Image <input accept=".png, .jpg, .jpeg" + id="file" onChange={[Function]} required={true} type="file" /> </label> - <label> + <label + htmlFor="title" + > Title <input id="title" @@ -35,7 +42,9 @@ exports[`<Createitem/> renders and matches snapshot 1`] = ` value="" /> </label> - <label> + <label + htmlFor="price" + > Price 0 <input |
