fix karma tests?

pull/21833/head
Bruno Windels 2019-06-13 14:22:50 +02:00
parent 89cc45892c
commit 8b16f91b3d
1 changed files with 0 additions and 6 deletions

View File

@ -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(() => {