TF-3269 Update login robot with starting page

This commit is contained in:
DatDang
2024-11-11 11:04:09 +07:00
committed by Dat H. Pham
parent 26e7eed5db
commit c393befc45
2 changed files with 12 additions and 0 deletions
@@ -24,6 +24,9 @@ class LoginWithBasicAuthScenario extends BaseScenario with ScenarioUtilsMixin {
final loginRobot = LoginRobot($);
final threadRobot = ThreadRobot($);
await loginRobot.expectWelcomeViewVisible();
await loginRobot.tapOnUseCompanyServer();
await loginRobot.expectLoginViewVisible();
await loginRobot.enterEmail(username);
await loginRobot.enterHostUrl(hostUrl);