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/editable_text_test.dart
-47
Original file line number
Diff line number
Diff line change
@@ -5183,53 +5183,6 @@ void main() {
5183
5183
// toolbar. Until we change that, this test should remain skipped.
5184
5184
}, skip: kIsWeb); // [intended]
5185
5185
5186
-
5187
-
testWidgets('text selection handle visibility for long text', (WidgetTester tester) async {
5188
-
// long text which is scrollable based on given box size
5189
-
constString testText =
5190
-
'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.';
0 commit comments