diff --git a/integration_test/robots/login_robot.dart b/integration_test/robots/login_robot.dart index 688bccbb52..492d7fa271 100644 --- a/integration_test/robots/login_robot.dart +++ b/integration_test/robots/login_robot.dart @@ -14,7 +14,7 @@ class LoginRobot extends CoreRobot { Future expectWelcomeViewVisible() => ensureViewVisible($(TwakeWelcomeView)); Future tapOnUseCompanyServer() async { - await $.pump(const Duration(seconds: 1)); + await $.pumpAndSettle(); await $(AppLocalizations().useCompanyServer).tap(); }