1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00
This commit is contained in:
David Baker
2019-06-11 13:16:49 +01:00
parent a6c5ac669b
commit 7602d76723

View File

@ -69,9 +69,11 @@ describe('Registration', function() {
const root = render();
// Set non-empty flows to get past the loading spinner
// Set non-empty flow & matrixClient to get past the loading spinner
root.setState({
flows: [],
matrixClient: {},
busy: false,
});
const form = ReactTestUtils.findRenderedComponentWithType(