We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af50ac2 commit a94acf0Copy full SHA for a94acf0
1 file changed
test/flutter_switch_test.dart
@@ -47,7 +47,7 @@ void main() {
47
),
48
);
49
50
- await tester.tap(find.byType(GestureDetector));
+ await tester.tap(find.byType(FlutterSwitch));
51
await tester.pump();
52
53
final align = tester.widget<Align>(alignToggleIndicatorFinder);
@@ -65,7 +65,7 @@ void main() {
65
66
67
68
69
await tester.pumpAndSettle();
70
71
0 commit comments