From ff5ac9548367501f015144356ebdd24edb4a67bf Mon Sep 17 00:00:00 2001 From: Francis Rodriguez Date: Tue, 3 Oct 2023 12:31:44 -0300 Subject: [PATCH] Added ErrorTypography selector for QA --- src/components/token/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/token/index.tsx b/src/components/token/index.tsx index 93142acd0..6a2bfc12b 100644 --- a/src/components/token/index.tsx +++ b/src/components/token/index.tsx @@ -45,6 +45,10 @@ interface Props { amIReceiver?: boolean } +enum TestID { + ErrorTypography = 'ErrorTypography', +} + export const TokenBalance = ({ firstValue, secondValue, @@ -133,7 +137,10 @@ export const TokenBalance = ({ )} {error && ( - + {error} )}