Refine backendless share intake
This commit is contained in:
@@ -47,7 +47,7 @@ void main() {
|
||||
await tester.tap(find.widgetWithText(FilledButton, 'Sign In'));
|
||||
await tester.pumpAndSettle(const Duration(milliseconds: 500));
|
||||
|
||||
expect(find.text('Dashboard'), findsWidgets);
|
||||
expect(find.text('Capture'), findsWidgets);
|
||||
|
||||
await tester.tap(find.text('People').last);
|
||||
await tester.pumpAndSettle(const Duration(milliseconds: 500));
|
||||
@@ -91,13 +91,5 @@ void main() {
|
||||
}),
|
||||
isTrue,
|
||||
);
|
||||
|
||||
await tester.tap(find.byTooltip('More'));
|
||||
await tester.pumpAndSettle(const Duration(milliseconds: 250));
|
||||
await tester.tap(find.text('Sync').last);
|
||||
await tester.pumpAndSettle(const Duration(milliseconds: 500));
|
||||
|
||||
expect(find.text('Queue Status'), findsOneWidget);
|
||||
expect(find.text('Pending changes'), findsOneWidget);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user