mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge pull request #11891 from vector-im/jryans/cross-signing-setup
Remove spinner check
This commit is contained in:
commit
6ce50435e3
1 changed files with 0 additions and 4 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue