TF-4308 Add E2E tests for ChooseLabelModal and NoLabelYetWidget
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -117,6 +117,12 @@ class ThreadRobot extends CoreRobot {
|
||||
await $.pumpAndSettle(duration: const Duration(seconds: 2));
|
||||
}
|
||||
|
||||
Future<void> tapLabelAsButton() async {
|
||||
await $(#moreAction_selected_email_button).tap();
|
||||
await $.pumpAndTrySettle();
|
||||
await $(#labelAs_action).tap();
|
||||
}
|
||||
|
||||
Future<void> tapEmptySpamAfterLongPress() async {
|
||||
await $(AppLocalizations().deleteAllSpamEmails).tap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user