File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
packages/flutter/test/material Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1673,8 +1673,7 @@ void main() {
1673
1673
});
1674
1674
1675
1675
group ('Modal BottomSheet avoids overlapping display features' , () {
1676
- testWidgetsWithLeakTracking ('positioning using anchorPoint' ,
1677
- (WidgetTester tester) async {
1676
+ testWidgetsWithLeakTracking ('positioning using anchorPoint' , (WidgetTester tester) async {
1678
1677
await tester.pumpWidget (
1679
1678
MaterialApp (
1680
1679
builder: (BuildContext context, Widget ? child) {
@@ -1710,12 +1709,7 @@ void main() {
1710
1709
// Should take the right side of the screen
1711
1710
expect (tester.getTopLeft (find.byType (Placeholder )).dx, 410 );
1712
1711
expect (tester.getBottomRight (find.byType (Placeholder )).dx, 800 );
1713
- },
1714
- leakTrackingTestConfig: const LeakTrackingTestConfig (
1715
- // TODO(polina-c): remove after fix
1716
- // https://github.com/flutter/flutter/issues/133594
1717
- notDisposedAllowList: < String , int ? > {'ValueNotifier<EdgeInsets>' : 1 }
1718
- ));
1712
+ });
1719
1713
1720
1714
testWidgetsWithLeakTracking ('positioning using Directionality' , (WidgetTester tester) async {
1721
1715
await tester.pumpWidget (
You can’t perform that action at this time.
0 commit comments