You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter/test/widgets/custom_painter_test.dart
+4
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,10 @@ void _defineTests() {
401
401
caseSemanticsAction.showOnScreen:
402
402
caseSemanticsAction.tap:
403
403
semanticsOwner.performAction(expectedId, action);
404
+
// TODO(yjbanov): temporary adding default case until https://github.com/flutter/engine/pull/53094 rolls in (see https://github.com/flutter/flutter/issues/83809)
Copy file name to clipboardExpand all lines: packages/flutter/test/widgets/semantics_test.dart
+4
Original file line number
Diff line number
Diff line change
@@ -571,6 +571,10 @@ void main() {
571
571
caseSemanticsAction.showOnScreen:
572
572
caseSemanticsAction.tap:
573
573
semanticsOwner.performAction(expectedId, action);
574
+
// TODO(yjbanov): temporary adding default case until https://github.com/flutter/engine/pull/53094 rolls in (see https://github.com/flutter/flutter/issues/83809)
0 commit comments