TF-4229 Add integration test on mobile for case edit_a_tag_scenario
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/labels/edit_a_tag_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description:
|
||||
'Should update label display name when edit a label successfully',
|
||||
scenarioBuilder: ($) => EditATagScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user