TF-4370 Add E2E test for test case create new a tag
This commit is contained in:
@@ -11,4 +11,8 @@ class LabelRobot extends CoreRobot {
|
||||
await $.scrollUntilVisible(finder: item);
|
||||
await item.longPress();
|
||||
}
|
||||
|
||||
Future<void> tapCreateNewLabelButton() async {
|
||||
await $(#labels_bar_widget_add_new_label_button).tap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user