-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] test: filter calculations #6530
base: main
Are you sure you want to change the base?
Conversation
0c9c4e2
to
79c186f
Compare
children: [ | ||
if (calculation != null) | ||
RemoveCalculationButton( | ||
onTap: () => context.read<CalculationsBloc>().add( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move these onTap callbacks into new functions.
expect(find.text('100'), findsNWidgets(2)); | ||
}); | ||
|
||
// TODO: Uncmoment expects |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it can be removed.
This will be merged before 0.7.2 release, but requires another PR/changes to fix the filter bug. |
There is a bug that needs to be resolved, the regression test has been added but with the expects commented out at the moment.
PR Checklist