Merge pull request #11891 from vector-im/jryans/cross-signing-setup

Remove spinner check
This commit is contained in:
J. Ryan Stinnett 2020-01-16 16:42:30 +00:00 committed by GitHub
commit 6ce50435e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,10 +662,6 @@ describe('loading:', function() {
// Wait for another trip around the event loop for the UI to update
return sleep(1);
}).then(() => {
// we expect a spinner
ReactTestUtils.findRenderedComponentWithType(
matrixChat, sdk.getComponent('elements.Spinner'));
httpBackend.when('GET', '/pushrules').respond(200, {});
httpBackend.when('POST', '/filter').respond(200, { filter_id: 'fid' });
return expectAndAwaitSync().catch((e) => {