TF-4370 Add E2E test for test case create new a tag
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/labels/create_new_a_tag_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description:
|
||||
'Should show toast success when create new a label successfully',
|
||||
scenarioBuilder: ($) => CreateNewATagScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user