expandable_text
expandable_text copied to clipboard
ExpandableText does not work on Flutter Test on Flutter v3.19.1
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.