mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
fix test
This commit is contained in:
parent
a6c5ac669b
commit
7602d76723
1 changed files with 3 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue