fweinaug/expandable_text

ExpandableText does not work on Flutter Test on Flutter v3.19.1

Opened this issue · 0 comments

doing tests on the latest version of Flutter v3.19.1

await widgetTester.tap(find.byType(ExpandableText));
await widgetTester.pump();

does not tap. There might be breaking changes with Gesture Behavior.

This was working before in v3.16.9.