diff options
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 |
