mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Merge branch 'fix/replace-chart-lib' of https://github.com/wger-project/flutter into fix/replace-chart-lib
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:integration_test/integration_test_driver_extended.dart';
|
||||
Future<void> main() async {
|
||||
try {
|
||||
await integrationDriver(
|
||||
onScreenshot: (String screenshotName, List<int> screenshotBytes) async {
|
||||
onScreenshot: (String screenshotName, List<int> screenshotBytes, [_]) async {
|
||||
final File image = await File(screenshotName).create(recursive: true);
|
||||
image.writeAsBytesSync(screenshotBytes);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user