mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-05 07:41:10 +01:00
Fix failing test due to newly added assumption
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6209d62f49
commit
02dfdffc4f
@ -71,7 +71,7 @@ describe('Registration', function() {
|
||||
|
||||
// Set non-empty flows & matrixClient to get past the loading spinner
|
||||
root.setState({
|
||||
flows: [],
|
||||
flows: [{}],
|
||||
matrixClient: {},
|
||||
busy: false,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user