feature_discovery icon indicating copy to clipboard operation
feature_discovery copied to clipboard

Usage in integration test

Open matthias-glatthorn opened this issue 4 years ago • 4 comments

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.

matthias-glatthorn avatar Nov 09 '20 15:11 matthias-glatthorn

In addition using enablePulsingAnimation blocks pumpAndSettle().

The driver turns off animations, is there not a way to respect it?

matejkramny avatar Aug 08 '21 12:08 matejkramny

Hi @theoreticalsampling @matejkramny , did you find a way to find and tap on the tapTarget widget?

japatel225 avatar Sep 24 '21 10:09 japatel225

+1, @theoreticalsampling @japatel225 did you succeed here?

sxtfv avatar Nov 11 '21 01:11 sxtfv

No, I ended up disabling DescribedFeatureOverlay in my integration tests

matthias-glatthorn avatar Nov 11 '21 18:11 matthias-glatthorn