|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`CreateSportField View 1`] = ` |
| 4 | +<DocumentFragment> |
| 5 | + <div |
| 6 | + class="css-2dm21w-CreateSportField" |
| 7 | + > |
| 8 | + <form> |
| 9 | + <div |
| 10 | + class="css-fzhjnh-CreateSportField" |
| 11 | + > |
| 12 | + <label |
| 13 | + class="css-1vx6px3-Label" |
| 14 | + for="name" |
| 15 | + > |
| 16 | + Name |
| 17 | + </label> |
| 18 | + <input |
| 19 | + aria-label="enter name" |
| 20 | + autocomplete="off" |
| 21 | + class="css-s3z14w-Input" |
| 22 | + id="name" |
| 23 | + name="name" |
| 24 | + placeholder="Sports field's name" |
| 25 | + required="" |
| 26 | + type="text" |
| 27 | + value="" |
| 28 | + /> |
| 29 | + </div> |
| 30 | + <div |
| 31 | + class="css-fzhjnh-CreateSportField" |
| 32 | + > |
| 33 | + <label |
| 34 | + class="css-1vx6px3-Label" |
| 35 | + for="description" |
| 36 | + > |
| 37 | + Description |
| 38 | + </label> |
| 39 | + <input |
| 40 | + aria-label="enter description" |
| 41 | + class="css-s3z14w-Input" |
| 42 | + id="description" |
| 43 | + name="description" |
| 44 | + placeholder="Sports field's description" |
| 45 | + required="" |
| 46 | + type="text" |
| 47 | + value="" |
| 48 | + /> |
| 49 | + </div> |
| 50 | + <div |
| 51 | + class="css-fzhjnh-CreateSportField" |
| 52 | + > |
| 53 | + <label |
| 54 | + class="css-1vx6px3-Label" |
| 55 | + for="image" |
| 56 | + > |
| 57 | + Image(s) |
| 58 | + </label> |
| 59 | + <input |
| 60 | + aria-label="choose image" |
| 61 | + class="css-s3z14w-Input" |
| 62 | + id="image" |
| 63 | + name="image" |
| 64 | + required="" |
| 65 | + type="file" |
| 66 | + /> |
| 67 | + </div> |
| 68 | + <div |
| 69 | + class="css-fzhjnh-CreateSportField" |
| 70 | + > |
| 71 | + <label |
| 72 | + class="css-1vx6px3-Label" |
| 73 | + > |
| 74 | + Prices |
| 75 | + </label> |
| 76 | + <div |
| 77 | + class="css-111oolb-CreateSportField" |
| 78 | + > |
| 79 | + <label |
| 80 | + class="css-ypeytr-CreateSportField" |
| 81 | + for="price_day" |
| 82 | + > |
| 83 | + Day: |
| 84 | + </label> |
| 85 | + <input |
| 86 | + aria-label="enter price-day" |
| 87 | + class="css-uqawe0-CreateSportField" |
| 88 | + id="price_day" |
| 89 | + name="price_day" |
| 90 | + required="" |
| 91 | + type="number" |
| 92 | + value="" |
| 93 | + /> |
| 94 | + </div> |
| 95 | + <div |
| 96 | + class="css-111oolb-CreateSportField" |
| 97 | + > |
| 98 | + <label |
| 99 | + class="css-ypeytr-CreateSportField" |
| 100 | + for="price_night" |
| 101 | + > |
| 102 | + Night: |
| 103 | + </label> |
| 104 | + <input |
| 105 | + aria-label="enter price-night" |
| 106 | + class="css-uqawe0-CreateSportField" |
| 107 | + id="price_night" |
| 108 | + name="price_night" |
| 109 | + required="" |
| 110 | + type="number" |
| 111 | + value="" |
| 112 | + /> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + <div |
| 116 | + class="css-fzhjnh-CreateSportField" |
| 117 | + > |
| 118 | + <button |
| 119 | + class="css-lrasnk-Button" |
| 120 | + > |
| 121 | + Create |
| 122 | + </button> |
| 123 | + </div> |
| 124 | + </form> |
| 125 | + </div> |
| 126 | +</DocumentFragment> |
| 127 | +`; |
0 commit comments