File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mobile-app/integration_test/news Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:flutter_dotenv/flutter_dotenv.dart' ;
32import 'package:flutter_test/flutter_test.dart' ;
43import 'package:freecodecamp/main.dart' as app;
54import 'package:freecodecamp/ui/views/news/news-tutorial/news_tutorial_view.dart' ;
65import 'package:integration_test/integration_test.dart' ;
76import 'package:path/path.dart' as path;
87import 'package:sqflite/sqflite.dart' ;
98
10- Future main () async {
9+ void main () {
1110 final binding = IntegrationTestWidgetsFlutterBinding ();
1211 IntegrationTestWidgetsFlutterBinding .ensureInitialized ();
13- await dotenv. load ();
12+
1413 testWidgets ('NEWS - should bookmark tutorial' , (WidgetTester tester) async {
1514 // Start app and navigate to news view
1615 tester.printToConsole ('Test starting' );
You can’t perform that action at this time.
0 commit comments