# Golden path: existing user signs in with email+password and lands on tabs. # Cross-platform — uses AccessibilityIds test tags shared with iOS. appId: com.tt.honeyDue name: Login happy path tags: - smoke - auth --- - launchApp: clearState: true - tapOn: id: "Login.UsernameField" - inputText: "testuser@example.com" - tapOn: id: "Login.PasswordField" - inputText: "TestPassword123!" - tapOn: id: "Login.LoginButton" - extendedWaitUntil: visible: id: "TabBar.Tasks" timeout: 15000 - assertVisible: id: "TabBar.Tasks" - assertVisible: id: "TabBar.Residences"