Despite the name of the branch (not enough caffeine this morning), this PR is actually to remove by.text methods (where possible) from the Navigation.e2e.ts file, and replace them with by.id.
Not a lot that I thought was feasible, but I replaced the few I could. Those were all IDs in other scripts already, so moved to utils and replaced by the common constant in all scripts needed.
Description of Change
Despite the name of the branch (not enough caffeine this morning), this PR is actually to remove by.text methods (where possible) from the Navigation.e2e.ts file, and replace them with by.id.
Not a lot that I thought was feasible, but I replaced the few I could. Those were all IDs in other scripts already, so moved to utils and replaced by the common constant in all scripts needed.
Closes #9849
Screenshots/Video
Testing
Passing iOS Passing Android
Reviewer Validations
PR Checklist
Reviewer: Confirm the items below as you review
For QA
Run a build for this branch