Skip to content

Commit

Permalink
Merge pull request #11891 from vector-im/jryans/cross-signing-setup
Browse files Browse the repository at this point in the history
Remove spinner check
  • Loading branch information
jryans authored Jan 16, 2020
2 parents 0efd7ed + fb77bcf commit 6ce5043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/app-tests/loading-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 6ce5043

Please sign in to comment.