mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 11:47:02 +02:00
fix test
This commit is contained in:
parent
e705d110af
commit
19c7a4627d
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user