TF-4373 Add E2E test for test case delete thread to trash on mobile

This commit is contained in:
dab246
2026-03-11 16:13:42 +07:00
committed by Dat H. Pham
parent bb9dca10de
commit e2c158d633
5 changed files with 80 additions and 0 deletions
+4
View File
@@ -95,4 +95,8 @@ class EmailRobot extends CoreRobot {
.$(InkWell)
.tap();
}
Future<void> tapDeleteThreadButton() async {
await $(#delete_thread_button).tap();
}
}