Add E2E test for case show full recipient field when expand all
This commit is contained in:
@@ -121,10 +121,14 @@ class ComposerRobot extends CoreRobot {
|
||||
await $(#save_as_draft_popup_item).tap();
|
||||
}
|
||||
|
||||
Future<void> tapRecipientExpandButton() async {
|
||||
Future<void> tapToRecipientExpandButton() async {
|
||||
await $(#prefix_to_recipient_expand_button).tap();
|
||||
}
|
||||
|
||||
Future<void> tapCcRecipientExpandButton() async {
|
||||
await $(#prefix_cc_recipient_expand_button).tap();
|
||||
}
|
||||
|
||||
Future<void> tapFromFieldPopupMenu() async {
|
||||
await $(FromComposerMobileWidget).$(InkWell).tap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user