Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test snapshots
  • Loading branch information
obulat committed Nov 25, 2020
commit c59c4a60ce53acf6fb6a71b31a49502492354b7e
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
>
stepper.AD.form.creator-name.label
</label>

<div
class="control is-clearfix"
>
Expand All @@ -36,14 +35,10 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
placeholder="stepper.AD.form.creator-name.placeholder"
type="text"
/>

<!---->

<!---->

<!---->
</div>

<!---->
</div>

Expand All @@ -55,7 +50,6 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
>
stepper.AD.form.work-title.label
</label>

<div
class="control is-clearfix"
>
Expand All @@ -65,14 +59,10 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
placeholder="stepper.AD.form.work-title.placeholder"
type="text"
/>

<!---->

<!---->

<!---->
</div>

<!---->
</div>

Expand All @@ -84,7 +74,6 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
>
stepper.AD.form.work-url.label
</label>

<div
class="control is-clearfix"
>
Expand All @@ -94,14 +83,10 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
placeholder="stepper.AD.form.work-url.placeholder"
type="text"
/>

<!---->

<!---->

<!---->
</div>

<!---->
</div>

Expand All @@ -113,7 +98,6 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
>
stepper.AD.form.creator-profile.label
</label>

<div
class="control is-clearfix"
>
Expand All @@ -123,14 +107,10 @@ exports[`AttributionDetailsStep Component Rendering Component mounted if status
placeholder="stepper.AD.form.creator-profile.placeholder"
type="text"
/>

<!---->

<!---->

<!---->
</div>

<!---->
</div>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ exports[`FirstStep Component Mark up is correctly rendered 1`] = `
type="radio"
value="yes"
/>

<span
class="check"
/>

<span
class="control-label"
>
Expand All @@ -46,11 +44,9 @@ exports[`FirstStep Component Mark up is correctly rendered 1`] = `
type="radio"
value="no"
/>

<span
class="check"
/>

<span
class="control-label"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`LicenseDropdown.vue Check if the LicenseDropdown.vue component has the expected UI 1`] = `
<div class="field license-dropdown">
<!---->
<div class="control"><span class="select"><select><!----> <option value="CC0 1.0">
<div class="control"><span class="select"><select><!----><option value="CC0 1.0">
CC0 1.0
</option><option value="CC BY 4.0">
CC BY 4.0
Expand Down