santa112358 / hashtagable

Widgets and functions to implement hashTag decorated text.
https://pub.dev/packages/hashtagable
MIT License
30 stars 50 forks source link

Unit tests broke after switching from TextField to HashTagTextField #74

Open brax10ward opened 3 years ago

brax10ward commented 3 years ago

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.