debugPrint('Leak tracking is not supported on web platform.\nTo turn off this message, set `LeakTrackingTestConfig.warnForNonSupportedPlatforms` to false.');
testWidgets('Tooltip is dismissed after a tap and showDuration expired when competing with a GestureDetector',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Tooltip is dismissed after a tap and showDuration expired when competing with a GestureDetector',(WidgetTestertester)async{
// Regression test for https://github.com/flutter/flutter/issues/98854
// Regression test for https://github.com/flutter/flutter/issues/98854
constDurationshowDuration=Duration(seconds:3);
constDurationshowDuration=Duration(seconds:3);
awaittester.pumpWidget(
awaittester.pumpWidget(
...
@@ -969,7 +964,7 @@ void main() {
...
@@ -969,7 +964,7 @@ void main() {
expect(find.text(tooltipText),findsNothing);
expect(find.text(tooltipText),findsNothing);
});
});
testWidgets('Dispatch the mouse events before tip overlay detached',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Dispatch the mouse events before tip overlay detached',(WidgetTestertester)async{
// Regression test for https://github.com/flutter/flutter/issues/96890
// Regression test for https://github.com/flutter/flutter/issues/96890