Skip to content

Commit fb77bcf

Browse files
committed
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 #11214
1 parent 2652060 commit fb77bcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/app-tests/loading-test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,6 @@ describe('loading:', function() {
662662
// Wait for another trip around the event loop for the UI to update
663663
return sleep(1);
664664
}).then(() => {
665-
// we expect a spinner
666-
ReactTestUtils.findRenderedComponentWithType(
667-
matrixChat, sdk.getComponent('elements.Spinner'));
668-
669665
httpBackend.when('GET', '/pushrules').respond(200, {});
670666
httpBackend.when('POST', '/filter').respond(200, { filter_id: 'fid' });
671667
return expectAndAwaitSync().catch((e) => {

0 commit comments

Comments
 (0)