You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I have a questions on how to test this package in my app. Specifically I want to navigate to this page and run through different scenarios (i.e. enter correct pin, enter incorrect pin etc.) and verify the given action is correct. However I am not sure how to enter text into this widget for an input. I am currently doing the following:
Did you find any solutions? I'm thinking of swapping out this widget for something testable, as essentially it isn't that important / nice, and not being able to test-automate is seen as more important than fancy/styled pin code field
I have a questions on how to test this package in my app. Specifically I want to navigate to this page and run through different scenarios (i.e. enter correct pin, enter incorrect pin etc.) and verify the given action is correct. However I am not sure how to enter text into this widget for an input. I am currently doing the following:
where the key is for the
PinCodeTextField
widget in my app. Any insight would be much appreciated.The text was updated successfully, but these errors were encountered: