File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
packages/flutter/test/cupertino Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -8390,13 +8390,10 @@ void main() {
83908390 final EditableText editableText = tester.firstWidget (find.byType (EditableText ));
83918391 expect (editableText.clipBehavior, Clip .none);
83928392
8393- // TODO(harryterkelsen): see https://github.com/flutter/flutter/issues/137669
8394- if (! kIsWeb || ! isCanvasKit) {
8395- await expectLater (
8396- find.byKey (const ValueKey <int >(1 )),
8397- matchesGoldenFile ('overflow_clipbehavior_none.cupertino.0.png' ),
8398- );
8399- }
8393+ await expectLater (
8394+ find.byKey (const ValueKey <int >(1 )),
8395+ matchesGoldenFile ('overflow_clipbehavior_none.cupertino.0.png' ),
8396+ );
84008397 });
84018398
84028399 testWidgets ('can shift + tap to select with a keyboard (Apple platforms)' , (WidgetTester tester) async {
You can’t perform that action at this time.
0 commit comments