From fb77bcf762641f73a8afe10c044c55523183582c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 16 Jan 2020 16:07:48 +0000 Subject: [PATCH] Remove spinner check We may no longer see a spinner for some login paths with the changes to add a complete security step. Part of https://github.com/vector-im/riot-web/issues/11214 --- test/app-tests/loading-test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/app-tests/loading-test.js b/test/app-tests/loading-test.js index 9a97c4d8b7..a67d0a0577 100644 --- a/test/app-tests/loading-test.js +++ b/test/app-tests/loading-test.js @@ -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) => {