TF-3591 Integration test Calendar Event Counter email
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/calendar/calendar_event_counter_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should see yes and mail to attendees buttons '
|
||||
'and should not see no and maybe buttons '
|
||||
'when user view calendar event counter email',
|
||||
scenarioBuilder: ($) => CalendarEventCounterScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user