19 lines
745 B
Plaintext
Executable File

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CtaUnblockAuthor.vue shallowMount renders 1`] = `
<ds-space-stub marginbottom="large" margin="xxx-small" centered="true" tag="div">
<ds-space-stub marginbottom="small" tag="div"></ds-space-stub>
<ds-heading-stub tag="h4">
contribution.comment.commenting-disabled.blocked-author.reason
</ds-heading-stub>
<ds-text-stub tag="p">
contribution.comment.commenting-disabled.blocked-author.call-to-action
</ds-text-stub>
<nuxt-link-stub to="[object Object]">
<os-button-stub variant="primary" appearance="filled" size="md" type="button">
contribution.comment.commenting-disabled.blocked-author.button-label
</os-button-stub>
</nuxt-link-stub>
</ds-space-stub>
`;