Skip to content

Commit

Permalink
Merge pull request #2085 from nextcloud/test/neon_talk/room-page-erro…
Browse files Browse the repository at this point in the history
…r-snackbar
  • Loading branch information
provokateurin authored May 25, 2024
2 parents 379d2ee + 1ca760f commit 2f687b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neon/neon_talk/test/room_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void main() {
controller.add(Exception());
await tester.pumpAndSettle();

expect(find.byType(SnackBar), findsOne);
await expectLater(find.byType(TestApp), matchesGoldenFile('goldens/room_page_error.png'));

await controller.close();
Expand Down

0 comments on commit 2f687b7

Please sign in to comment.