From 197f87958f688bd64b057281444abe6396015a80 Mon Sep 17 00:00:00 2001 From: antonmazhuto Date: Tue, 25 Feb 2025 13:43:55 +0300 Subject: [PATCH] Added ids for tests --- packages/ui/src/components/OtpInput/OtpInput.tsx | 1 + src/components/Login/IntroPage.tsx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/packages/ui/src/components/OtpInput/OtpInput.tsx b/packages/ui/src/components/OtpInput/OtpInput.tsx index d4783dfa..61db3062 100644 --- a/packages/ui/src/components/OtpInput/OtpInput.tsx +++ b/packages/ui/src/components/OtpInput/OtpInput.tsx @@ -47,6 +47,7 @@ export const OtpInput = forwardRef(({ value, onChange, errorMess return ( ({ fontSize: theme.typography.pxToRem(48), @@ -21,6 +22,8 @@ export const IntroPage = () => {