As noted in #19, we don't have any useful selectors for testing. This is largely due to styled-components, which hashes CSS class names for various reasons. We should add class names, or maybe just IDs, to all user-touchable components, so that we can write tests without going batshit crazy. :)