mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix translation add backend test case todo
This commit is contained in:
parent
f34cef22f2
commit
53532025d6
@ -14,6 +14,9 @@ describe('SignupVerification', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('UpdateUser', () => {
|
describe('UpdateUser', () => {
|
||||||
|
describe('given terms and conditions are not updated', () => {
|
||||||
|
it.todo('does not update `termsAndConditionsAgreedAt`')
|
||||||
|
})
|
||||||
describe('given a new agreed version of terms and conditions', () => {
|
describe('given a new agreed version of terms and conditions', () => {
|
||||||
it.todo('updates `termsAndConditionsAgreedAt`')
|
it.todo('updates `termsAndConditionsAgreedAt`')
|
||||||
it.todo('updates `termsAndConditionsAgreedVersion`')
|
it.todo('updates `termsAndConditionsAgreedVersion`')
|
||||||
|
|||||||
@ -55,7 +55,10 @@
|
|||||||
v-model="termsAndConditionsConfirmed"
|
v-model="termsAndConditionsConfirmed"
|
||||||
:checked="termsAndConditionsConfirmed"
|
:checked="termsAndConditionsConfirmed"
|
||||||
/>
|
/>
|
||||||
<label for="checkbox" v-html="$t('site.termsAndConditionsConfirmed')"></label>
|
<label
|
||||||
|
for="checkbox"
|
||||||
|
v-html="$t('termsAndConditions.termsAndConditionsConfirmed')"
|
||||||
|
></label>
|
||||||
</ds-text>
|
</ds-text>
|
||||||
|
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user