testId for components (#1165)

* [MOSIP-31142]: add testId for issuers screen,kebab popup, walletbinding and passcode screen

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [MOSIP-31142]: add testId for esignet logo and resend otp

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

* [MOSIP-31142]: rename testId resend otp

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>

---------

Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
PoojaBabusing
2024-01-15 22:09:43 +05:30
committed by GitHub
parent c9391b5c92
commit 343752de4a
11 changed files with 15 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ export const IssuersScreen: React.FC<
)}
</Row>
<Text
{...testIDProps('issuersScreenDescription')}
testID="issuersScreenDescription"
style={{
...Theme.TextStyles.regularGrey,
paddingTop: 0.5,