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>
This commit is contained in:
PoojaBabusing
2023-09-04 09:56:47 +05:30
committed by GitHub
parent 12151630fa
commit 1c3aa48c57
5 changed files with 5 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ export const Button: React.FC<ButtonProps> = (props) => {
};
interface ButtonProps {
testId?: string;
testID?: string;
title: string;
disabled?: boolean;
margin?: Spacing;