From 1c3aa48c575254de860092f6ae80c2a67f5f1baf Mon Sep 17 00:00:00 2001 From: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:56:47 +0530 Subject: [PATCH] Inji 311 rename testId to testID (#794) * feat(INJI-311): add test id for vc download flow * feat(INJI-311): rename testId to testID --------- Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com> Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com> --- components/PinInput.tsx | 2 +- components/ui/Button.tsx | 2 +- screens/Home/MyVcs/IdInputModal.tsx | 2 +- screens/Home/MyVcs/OtpVerificationModal.tsx | 3 +-- screens/Home/MyVcsTab.tsx | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/PinInput.tsx b/components/PinInput.tsx index 65e14288..72cc68b3 100644 --- a/components/PinInput.tsx +++ b/components/PinInput.tsx @@ -41,7 +41,7 @@ export const PinInput: React.FC = (props) => { }; interface PinInputProps { - testId?: string; + testID?: string; length: number; onDone?: (value: string) => void; } diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index b4b3925c..aeaa2da7 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -91,7 +91,7 @@ export const Button: React.FC = (props) => { }; interface ButtonProps { - testId?: string; + testID?: string; title: string; disabled?: boolean; margin?: Spacing; diff --git a/screens/Home/MyVcs/IdInputModal.tsx b/screens/Home/MyVcs/IdInputModal.tsx index 7ae3bd5b..62a892c4 100644 --- a/screens/Home/MyVcs/IdInputModal.tsx +++ b/screens/Home/MyVcs/IdInputModal.tsx @@ -98,7 +98,7 @@ export const IdInputModal: React.FC = (props) => {