TF-4373 Add E2E test for test case delete thread to trash on mobile
This commit is contained in:
@@ -95,4 +95,8 @@ class EmailRobot extends CoreRobot {
|
||||
.$(InkWell)
|
||||
.tap();
|
||||
}
|
||||
|
||||
Future<void> tapDeleteThreadButton() async {
|
||||
await $(#delete_thread_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user