Skip to content

Instantly share code, notes, and snippets.

@zsherman
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsherman/0b6a87df392afdf17ebf to your computer and use it in GitHub Desktop.
Save zsherman/0b6a87df392afdf17ebf to your computer and use it in GitHub Desktop.
## How to test mobile checkout
- Navigate to an event page like [this](https://seatgeek.com/knicks-at-celtics-tickets/2-25-2015-boston-massachusetts-td-garden/nba/2285675/), and append the query string "mobile_checkout=true"
- Alternatively you can just copy the link from any [listing button](https://www.dropbox.com/s/25f57jxbf4pwiid/Screenshot%202015-02-25%2010.47.14.png?dl=0) and append to same query string (this is a more reliable method since sometimes the mobile app's use of push state interferes with the previous way)
## What to test
- Ensure that all forms and dropdowns are able to be filled out or selected
- Ensure that you cannot submit the form with missing information
- Ensure that the swipeable ticket components can be selected
- Ensure that you can successfully complete a purchase (using both the test card and a real one)
- Ensure that the form renders uniformly across multiple versions of chrome, safari, and android browser
- Ensure that the expanding "Shipping Address" section is exposable for paper tickets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment