mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
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:
@@ -91,7 +91,7 @@ export const Button: React.FC<ButtonProps> = (props) => {
|
||||
};
|
||||
|
||||
interface ButtonProps {
|
||||
testId?: string;
|
||||
testID?: string;
|
||||
title: string;
|
||||
disabled?: boolean;
|
||||
margin?: Spacing;
|
||||
|
||||
Reference in New Issue
Block a user