chore: Split up tests even more
This commit is contained in:
parent
e959c24a05
commit
bb188724ae
6 changed files with 51 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue