We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bd370 commit a64a50fCopy full SHA for a64a50f
test/weight/weight_form_test.dart
@@ -52,10 +52,10 @@ void main() {
52
expect(find.text('79'), findsOneWidget);
53
54
await tester.tap(find.byKey(const Key('quickMinusSmall')));
55
- expect(find.text('78.75'), findsOneWidget);
+ expect(find.text('78.9'), findsOneWidget);
56
57
await tester.tap(find.byKey(const Key('quickPlus')));
58
- expect(find.text('79.75'), findsOneWidget);
+ expect(find.text('79.9'), findsOneWidget);
59
60
await tester.tap(find.byKey(const Key('quickPlusSmall')));
61
expect(find.text('80.0'), findsOneWidget);
0 commit comments