Tweaking padding in customer list and update look and feel pdf export
This commit is contained in:
@@ -117,7 +117,6 @@ void main() {
|
||||
when(mockCustomerController.getAll("", "")).thenAnswer((_) async => _list);
|
||||
provideMockedNetworkImages(() async {
|
||||
await pumpAppConfig(tester, "${GlobalRouter.pathHome}${GlobalRouter.pathCustomer}/1${GlobalRouter.pathPicture}/1");
|
||||
await tester.pump(Duration(seconds: 10));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
// The comment field should be empty but the label should exist
|
||||
|
||||
Reference in New Issue
Block a user