Skip to content

Conversation

HajekOndrej
Copy link
Contributor

@HajekOndrej HajekOndrej commented Oct 3, 2025

Description

Related Issue

Resolve

Screenshots:

🔍🖥️ Suite native android test results: View in Currents


return (
<Pressable onPress={focusInput}>
<TextInput
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make it work, add testID only to this input, and then in the test run, input the whole text (not only a single digit) there. The DigitBox component is not a real input; it is there only to reflect the values from this original input in a better UI.

Suggested change
<TextInput
testID="@thpSecurityCode/Input"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants