Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix karma tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Jun 13, 2019
1 parent 89cc458 commit 8b16f91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/components/views/dialogs/InteractiveAuthDialog-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 8b16f91

Please sign in to comment.