Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendi J authored and Kendi J committed Oct 16, 2023
1 parent 4286720 commit f0d8f2d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions integration_test/app_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// import 'package:flutter/material.dart';
// import 'package:flutter_test/flutter_test.dart';
// import 'package:integration_test/integration_test.dart';
// import 'package:weather_app/main.dart' as app;
// import 'package:weather_app/main.dart';

// void main() {

// IntegrationTestWidgetsFlutterBinding();

// group("show current weather and the weather type", () {
// testWidgets("correct current weather display", (tester) async {
// app.main();
// await tester.pumpWidget(const MyApp());

// await tester.pumpAndSettle(const Duration(seconds: 3));

// expect(find.byType(CircularProgressIndicator), findsOneWidget);
// await tester.pumpAndSettle(const Duration(seconds: 3));
// });
// });
// }

0 comments on commit f0d8f2d

Please sign in to comment.