appId: com.wellnuo.app --- # WellNuo Add Beneficiary (Loved One) # Screen title: "Add a Loved One" # Should be on add loved one screen - assertVisible: text: "Add a Loved One" optional: true - takeScreenshot: "08-add-beneficiary-screen" # Screen has only ONE "Name" field, not First/Last name # The Name input field is at approximately 45% down from top # Must tap ON the input field (not label) to focus it - tapOn: point: "50%,46%" # Wait for keyboard to appear - extendedWaitUntil: visible: ".*" timeout: 1000 # Enter beneficiary name - inputText: "Grandma" - takeScreenshot: "09-beneficiary-name-entered" # Hide keyboard to reveal Continue button - hideKeyboard # Wait for Continue to be visible - extendedWaitUntil: visible: "Continue" timeout: 3000 # Tap Continue button - tapOn: text: "Continue" # Wait for purchase/Get Started screen # Screen shows "Get Started" with $399 WellNuo Starter Kit - extendedWaitUntil: visible: "Get Started" timeout: 10000 - takeScreenshot: "10-after-add-beneficiary"