This commit is contained in:
Roland Geider
2023-11-05 15:14:19 +01:00
parent 6a9ebadb73
commit 2ff02c0935

View File

@@ -84,8 +84,8 @@ void main() {
await tester.pumpWidget(createWeightScreen());
// One in the entries list, one in the chart
expect(find.text('1/1/2021'), findsNWidgets(2));
expect(find.text('1/10/2021'), findsNWidgets(2));
expect(find.text('1/1/2021'), findsOneWidget);
expect(find.text('1/10/2021'), findsOneWidget);
});
testWidgets('Tests the localization of dates - DE', (WidgetTester tester) async {