fix: prework for tests

This commit is contained in:
ogerly 2020-08-05 13:45:24 +02:00
parent 8b7b1056ac
commit 0b62d76bc1
2 changed files with 540 additions and 466 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,11 +12,10 @@
<user-teaser :user="userdata" />
</ds-flex-item>
<ds-flex-item width="20%">
<ds-text size="small">
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time"/>
<ds-text size="small">
<relative-date-time :date-time="userdata.createdAt" class="relative-date-time" />
<br />
{{ $t('modals.deleteUser.created') }}
{{ $t('modals.deleteUser.created') }}
</ds-text>
</ds-flex-item>
<ds-flex-item width="15%">
@ -162,7 +161,7 @@ export default {
<style lang="scss">
.ds-modal {
max-width: 600px !important;
max-width: 700px !important;
}
.hc-modal-success {
pointer-events: none;