Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen2chris authored Oct 8, 2023
2 parents 2f1a5a9 + edf6625 commit 46dbd03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8711c1fd21915f55c16c64f4f511241977f1763e
03c8c772487349714e7b7a0893dae324b1e65ae4
2 changes: 1 addition & 1 deletion bin/internal/fuchsia-linux.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a-BbzDtY3w8UXYgbKZI4BKjc61kI90tytahfKAhzyCgC
8ri3ggb_SASX6KpNnqJqZSb4lGBNEt9SiejhQFkJQpsC
2 changes: 1 addition & 1 deletion bin/internal/fuchsia-mac.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GXgrnmetc14RPdheorFF2QUaTvtY-2ceYTD6nFzY6ogC
qf94AgyANg4i0SupyLHVTKhPCmAC0zhqiAum8YdPRGIC
6 changes: 5 additions & 1 deletion packages/flutter/test/cupertino/context_menu_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@ void main() {
final Container decoyLaterContainer = tester.firstElement(findBuilderDecoyChild()).widget as Container;
final BoxDecoration? decoyLaterDecoration = decoyLaterContainer.decoration as BoxDecoration?;
expect(decoyLaterDecoration?.borderRadius, isNot(equals(BorderRadius.circular(0))));
});
},
// TODO(polina-c): remove after fixing flakiness
// https://github.com/flutter/flutter/issues/136132
leakTrackingTestConfig: const LeakTrackingTestConfig(notDisposedAllowList: <String, int?>{'ValueNotifier<_OverlayEntryWidgetState?>' : 1}),
);

testWidgetsWithLeakTracking('Hovering over Cupertino context menu updates cursor to clickable on Web', (WidgetTester tester) async {
final Widget child = getChild();
Expand Down

0 comments on commit 46dbd03

Please sign in to comment.