A number of tests are not waiting for component to be 'ready' before they test UI. They need to wait for componentDidMount request to be returned first.
This is partially a symptom of us not having a state management system #621
Linked to testing bugs outlined in #647
A number of tests are not waiting for component to be 'ready' before they test UI. They need to wait for componentDidMount request to be returned first.
This is partially a symptom of us not having a state management system #621
Linked to testing bugs outlined in #647