fixup! TF-3269 Update login robot with starting page
This commit is contained in:
@@ -14,7 +14,7 @@ class LoginRobot extends CoreRobot {
|
|||||||
Future<void> expectWelcomeViewVisible() => ensureViewVisible($(TwakeWelcomeView));
|
Future<void> expectWelcomeViewVisible() => ensureViewVisible($(TwakeWelcomeView));
|
||||||
|
|
||||||
Future<void> tapOnUseCompanyServer() async {
|
Future<void> tapOnUseCompanyServer() async {
|
||||||
await $.pump(const Duration(seconds: 1));
|
await $.pumpAndSettle();
|
||||||
await $(AppLocalizations().useCompanyServer).tap();
|
await $(AppLocalizations().useCompanyServer).tap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user