You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
fix karma tests?
This commit is contained in:
@ -103,12 +103,6 @@ describe('InteractiveAuthDialog', function() {
|
|||||||
password: "s3kr3t",
|
password: "s3kr3t",
|
||||||
user: "@user:id",
|
user: "@user:id",
|
||||||
})).toBe(true);
|
})).toBe(true);
|
||||||
|
|
||||||
// there should now be a spinner
|
|
||||||
ReactTestUtils.findRenderedComponentWithType(
|
|
||||||
dlg, sdk.getComponent('elements.Spinner'),
|
|
||||||
);
|
|
||||||
|
|
||||||
// let the request complete
|
// let the request complete
|
||||||
return Promise.delay(1);
|
return Promise.delay(1);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
Reference in New Issue
Block a user