# Assessment Flow Test # Tests starting the assessment workout from home screen # Prerequisite: User must have completed onboarding but not assessment appId: com.millianlmx.tabatafit name: Assessment Flow --- # Look for assessment card (only visible if not completed) - assertVisible: "assessment-card" - tapOn: "assessment-card" # Verify we're on assessment screen - assertVisible: text: ".*Assessment.*" timeout: 5000