HOTFIX Integration test v0.18.2 (#3980)
This commit is contained in:
@@ -13,7 +13,7 @@ class EmailRobot extends CoreRobot {
|
||||
}
|
||||
|
||||
Future<void> tapDownloadAllButton() async {
|
||||
await $(AppLocalizations().downloadAll).tap();
|
||||
await $(AppLocalizations().archiveAndDownload).tap();
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
|
||||
|
||||
@@ -81,4 +81,8 @@ class SearchRobot extends CoreRobot {
|
||||
await email.tap();
|
||||
await $.pump(const Duration(seconds: 2));
|
||||
}
|
||||
|
||||
Future<void> tapBackButton() async {
|
||||
await $(#search_email_back_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user