feature_discovery
feature_discovery copied to clipboard
Usage in integration test
Is there any way, I can interact with the DescribedFeatureOverlay and/ or its contents in an integration test? I try to get Widgets under tapTarget and description using find.byValueKey
but I don't get any results.
In addition using enablePulsingAnimation
blocks pumpAndSettle()
.
The driver turns off animations, is there not a way to respect it?
Hi @theoreticalsampling @matejkramny , did you find a way to find and tap on the tapTarget
widget?
+1, @theoreticalsampling @japatel225 did you succeed here?
No, I ended up disabling DescribedFeatureOverlay in my integration tests