Skip to content
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

Unit tests broke after switching from TextField to HashTagTextField #74

Open
brax10ward opened this issue Mar 26, 2021 · 0 comments
Open

Comments

@brax10ward
Copy link

brax10ward commented Mar 26, 2021

I have some unit tests that tap on the text field and enter text into the text field. These passed when I was using a TextField widget and the find.byKey finder. I tried using the find.byWidget(HashTagTextField() but that didn't work either.

Does anyone know if there is something else needed to find this widget with the flutter test package?

The only error I get is that there is no element found.

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

No branches or pull requests

1 participant