Update snapshot fixes CopyField component test

This commit is contained in:
Robert Schäfer 2018-11-03 17:51:51 +01:00
parent f469b6b908
commit bd10d5dca3
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ import DsButton from '@@/components/navigation/Button/Button'
export default {
name: 'DsCopyField',
components: {
DsButton
'ds-button': DsButton
},
props: {
/**

View File

@ -11,10 +11,11 @@ exports[`CopyField.vue matches snapshot 1`] = `
<div
class="ds-copy-field-link"
>
<ds-button
<ds-button-stub
color="soft"
ghost=""
ghost="true"
icon="copy"
linktag="button"
/>
</div>