Add test id for input

This commit is contained in:
marzban-dev
2025-02-02 21:23:13 +03:30
parent f66976e649
commit 5a56bffd2f
+2
View File
@@ -158,6 +158,7 @@ const resetForm = () => {
class="flex items-center gap-2 w-full"
>
<Input
data-testid="phone-input"
class="w-full"
v-model="loginInfo.phone"
placeholder="9380123456"
@@ -185,6 +186,7 @@ const resetForm = () => {
/>
<Button
data-testid="send-otp-code-button"
v-if="!showOtp"
class="rounded-full w-full mt-4"
type="submit"