You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)