chore: Split up tests even more

This commit is contained in:
Christian Kußowski 2026-03-20 14:52:26 +01:00
commit bb188724ae
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 51 additions and 27 deletions

View file

@ -67,10 +67,7 @@ extension type FluffyChatTester(WidgetTester tester) {
await tester.pumpAndSettle();
}
Future<void> goBack() async {
_print('🔙 Going a page back');
await tester.pageBack();
}
Future<void> goBack() => tapOn(find.byTooltip('Back'));
Future<void> enterText(Object object, String text, {int? index}) async {
final finder = await _ensureVisible(object, index: index);