Load map places from backend
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 3m26s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 3m26s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_map/flutter_map.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
@@ -9,8 +9,6 @@ void main() {
|
||||
await tester.pumpWidget(const ProviderScope(child: MapflowApp()));
|
||||
await tester.pump();
|
||||
|
||||
expect(find.text('выдохнуть'), findsOneWidget);
|
||||
expect(find.text('свидание'), findsOneWidget);
|
||||
expect(find.byIcon(Icons.add_location_alt_outlined), findsWidgets);
|
||||
expect(find.byType(FlutterMap), findsOneWidget);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user