diff --git a/integration_test/scenarios/email_detailed/forwarding_email_lost_attachments_scenario.dart b/integration_test/scenarios/email_detailed/forwarding_email_lost_attachments_scenario.dart index 01b5003984..6ce6f88ae8 100644 --- a/integration_test/scenarios/email_detailed/forwarding_email_lost_attachments_scenario.dart +++ b/integration_test/scenarios/email_detailed/forwarding_email_lost_attachments_scenario.dart @@ -17,7 +17,7 @@ class ForwardingEmailLostAttachmentsScenario extends BaseTestScenario { @override Future runTestLogic() async { const subject = 'Forwarding email lost attachments'; - final List attachmentContents = ['file1', 'file2']; + final List attachmentContents = ['file1', 'file2', 'file3']; const emailUser = String.fromEnvironment('BASIC_AUTH_EMAIL'); final threadRobot = ThreadRobot($); @@ -56,9 +56,6 @@ class ForwardingEmailLostAttachmentsScenario extends BaseTestScenario { await composerRobot.grantContactPermission(); - await composerRobot.expandRecipientsFields(); - await $.pumpAndSettle(); - await composerRobot.addRecipientIntoField( prefixEmailAddress: PrefixEmailAddress.to, email: emailUser,