Skip to content

Instantly share code, notes, and snippets.

View zsherman's full-sized avatar
💭
👨‍💻

Zach Sherman zsherman

💭
👨‍💻
View GitHub Profile
## 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
@zsherman
zsherman / SassMeister-input.scss
Created January 22, 2015 21:05
Generated by SassMeister.com.
// ----
// libsass (v3.1.0-beta)
// ----
// SweetAlert
// 2014 (c) - Tristan Edwards
// github.com/t4t5/sweetalert
.icon {
$red: #F27474;
@zsherman
zsherman / 0_reuse_code.js
Created June 15, 2014 02:58
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console