diff --git a/.gitignore b/.gitignore index c65c4c5b..ab8fcd9f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ web-build/ # Detox artifacts/ +.artifacts/ # Diagnostic reports (https://nodejs.org/api/report.html) report/ diff --git a/src/components/Button.tsx b/src/components/Button.tsx index fb33c89b..bef2502e 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -106,7 +106,7 @@ export function TxtButton({ txt, onPress, icon, disabled, style, txtColor }: ITx style={[styles.copyTxt, ...(style || [])]} onPress={onPress} disabled={disabled} - testID={`${txt}-pin-button`} + testID={`${txt}-button`} > void - onCancel: () => void -} - -export default function InitialModal({ visible, onConfirm, onCancel }: IInitialModalProps) { - const { t } = useTranslation([NS.common]) - const { color, highlight } = useThemeContext() - return ( - - - {t('getStarted')} - - - {t('startHint')} - -