fix test
This commit is contained in:
parent
e705d110af
commit
19c7a4627d
1 changed files with 2 additions and 1 deletions
|
@ -69,9 +69,10 @@ describe('Registration', function() {
|
||||||
|
|
||||||
const root = render();
|
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({
|
root.setState({
|
||||||
flows: [],
|
flows: [],
|
||||||
|
serverCaps: {},
|
||||||
matrixClient: {},
|
matrixClient: {},
|
||||||
busy: false,
|
busy: false,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue