We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2652060 commit fb77bcfCopy full SHA for fb77bcf
test/app-tests/loading-test.js
@@ -662,10 +662,6 @@ describe('loading:', function() {
662
// Wait for another trip around the event loop for the UI to update
663
return sleep(1);
664
}).then(() => {
665
- // we expect a spinner
666
- ReactTestUtils.findRenderedComponentWithType(
667
- matrixChat, sdk.getComponent('elements.Spinner'));
668
-
669
httpBackend.when('GET', '/pushrules').respond(200, {});
670
httpBackend.when('POST', '/filter').respond(200, { filter_id: 'fid' });
671
return expectAndAwaitSync().catch((e) => {
0 commit comments