mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Unskip a widget inspector test that doesn't seem flaky anymore. (#62824)
This commit is contained in:
parent
d6583db828
commit
5d91d0484c
@ -427,7 +427,7 @@ class _TestWidgetInspectorService extends TestWidgetInspectorService {
|
||||
await tester.pump();
|
||||
|
||||
expect(tester.getTopLeft(find.byKey(childKey)).dy, equals(0.0));
|
||||
}, skip: true); // https://github.com/flutter/flutter/issues/29108
|
||||
});
|
||||
|
||||
testWidgets('WidgetInspector long press', (WidgetTester tester) async {
|
||||
bool didLongPress = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user