pull/21833/head
David Baker 2019-08-16 12:24:52 +01:00
parent e705d110af
commit 19c7a4627d
1 changed files with 2 additions and 1 deletions

View File

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