Skip to content

Commit

Permalink
fixup! TF-3269 Update login robot with starting page
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora authored and hoangdat committed Nov 12, 2024
1 parent c393bef commit e4beddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/robots/login_robot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LoginRobot extends CoreRobot {
Future<void> expectWelcomeViewVisible() => ensureViewVisible($(TwakeWelcomeView));

Future<void> tapOnUseCompanyServer() async {
await $.pump(const Duration(seconds: 1));
await $.pumpAndSettle();
await $(AppLocalizations().useCompanyServer).tap();
}

Expand Down

0 comments on commit e4beddd

Please sign in to comment.