Skip to content

Commit

Permalink
fix(frontend): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored and na2na-p committed May 10, 2023
1 parent b0f75a3 commit cff78a4
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 cff78a4

Please sign in to comment.