TF-3260 Add integration test for app grid
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
import '../base/core_robot.dart';
|
||||
|
||||
class MailboxMenuRobot extends CoreRobot {
|
||||
MailboxMenuRobot(super.$);
|
||||
|
||||
Future<void> openAppGrid() async {
|
||||
await $(#toggle_app_grid_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user