mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fix test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f1ea5ff6f3
commit
1c7d67e8b3
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ describe('Login', function() {
|
|||
|
||||
const root = render();
|
||||
|
||||
// Set non-empty flows & matrixClient to get past the loading spinner
|
||||
root.setState({
|
||||
currentFlow: "m.login.password",
|
||||
});
|
||||
|
||||
const form = ReactTestUtils.findRenderedComponentWithType(
|
||||
root,
|
||||
sdk.getComponent('auth.PasswordLogin'),
|
||||
|
|
Loading…
Reference in a new issue