TF-2528 Add integration test for search email with sort by sender nam…e ascending
This commit is contained in:
@@ -50,10 +50,6 @@ class ComposerRobot extends CoreRobot {
|
||||
.tap();
|
||||
}
|
||||
|
||||
Future<void> expectSendEmailSuccessToast() async {
|
||||
expect($('Message has been sent successfully'), findsOneWidget);
|
||||
}
|
||||
|
||||
Future<void> grantContactPermission() async {
|
||||
if (await $.native.isPermissionDialogVisible(timeout: const Duration(seconds: 5))) {
|
||||
await $.native.grantPermissionWhenInUse();
|
||||
|
||||
Reference in New Issue
Block a user