Add E2E test for case show full recipient field when expand all
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/composer/show_full_recipient_fields_when_expand_all_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description:
|
||||
'Should see all recipient fields when expand all recipients in composer',
|
||||
scenarioBuilder: ($) => ShowFullRecipientFieldsWhenExpandAllScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user