Skip to content

Commit

Permalink
fix(frontend): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed May 8, 2023
1 parent 5c54e12 commit aa28ddf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</div>
</FormSlot>

<MkInput v-model="name" :max="30" manual-save>
<MkInput v-model="name" :max="30" manual-save data-cy-user-setup-user-name>
<template #label>{{ i18n.ts._profile.name }}</template>
</MkInput>

<MkTextarea v-model="description" :max="500" tall manual-save>
<MkTextarea v-model="description" :max="500" tall manual-save data-cy-user-setup-user-description>
<template #label>{{ i18n.ts._profile.description }}</template>
</MkTextarea>

Expand Down

0 comments on commit aa28ddf

Please sign in to comment.