TF-4301 Add E2E tests for label creation and tagging from email view
This commit is contained in:
@@ -51,6 +51,10 @@ class EmailRobot extends CoreRobot {
|
||||
await $(AppLocalizations().starred).tap();
|
||||
}
|
||||
|
||||
Future<void> tapEmailDetailedLabelAsOptionInContextMenu() async {
|
||||
await $(#labelAs_action).tap();
|
||||
}
|
||||
|
||||
Future<void> tapEmailDetailedUnstarButton() async {
|
||||
await $(AppLocalizations().not_starred).tap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user