You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +03:00
fix test
This commit is contained in:
@ -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,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user