File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,9 @@ void main() {
245
245
check (ZulipApp .scaffoldMessenger).isNotNull ();
246
246
check (ZulipApp .ready).value.isTrue ();
247
247
});
248
+ });
248
249
250
+ group ('error reporting' , () {
249
251
Finder findSnackBarByText (String text) => find.descendant (
250
252
of: find.byType (SnackBar ),
251
253
matching: find.text (text));
@@ -307,7 +309,7 @@ void main() {
307
309
check (findSnackBarByText (message).evaluate ()).single;
308
310
}
309
311
310
- testWidgets ('reportErrorToUser dismissing SnackBar' , (tester) async {
312
+ testWidgets ('reportErrorToUserBriefly dismissing SnackBar' , (tester) async {
311
313
const message = 'test error message' ;
312
314
const details = 'error details' ;
313
315
await prepareSnackBarWithDetails (tester, message, details);
You can’t perform that action at this time.
0 commit comments