mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
fix karma tests?
This commit is contained in:
parent
89cc45892c
commit
8b16f91b3d
@ -103,12 +103,6 @@ describe('InteractiveAuthDialog', function() {
|
||||
password: "s3kr3t",
|
||||
user: "@user:id",
|
||||
})).toBe(true);
|
||||
|
||||
// there should now be a spinner
|
||||
ReactTestUtils.findRenderedComponentWithType(
|
||||
dlg, sdk.getComponent('elements.Spinner'),
|
||||
);
|
||||
|
||||
// let the request complete
|
||||
return Promise.delay(1);
|
||||
}).then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user