-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add testId for passcode screen and get id flow #992
Conversation
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
…ction screen Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
components/EditableListItem.tsx
Outdated
@@ -37,7 +38,9 @@ export const EditableListItem: React.FC<EditableListItemProps> = props => { | |||
color={Theme.Colors.Icon} | |||
/> | |||
<ListItem.Content> | |||
<ListItem.Title style={{paddingTop: 3}}> | |||
<ListItem.Title | |||
{...testIDProps('credentialRegistry')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is common component. Pass testID as prop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list used here is not a custom component. It is used from react-native-elements library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EditableListItem.tsx is a common component.
As of today it's rendering credential registry with two options - mimoto and esignet
It can be reused somewhere else in future
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
No description provided.