TF-4404 Add e2e test for Mail to attendees action on mobile
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/calendar/mail_to_attendees_event_email_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should fill subject with reply prefix '
|
||||
'when user taps mail to attendees button '
|
||||
'on calendar event email',
|
||||
scenarioBuilder: ($) => MailToAttendeesEventEmailScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user