mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix test description
logs in, not registers
This commit is contained in:
parent
98e694646c
commit
ca736cfce8
@ -346,7 +346,7 @@ describe('loading:', function () {
|
||||
}).done(done, done);
|
||||
});
|
||||
|
||||
it("registers correctly with a Riot Team Server", function() {
|
||||
it("logs in correctly with a Riot Team Server", function() {
|
||||
sdk.setFetch(httpBackend.fetchFn); // XXX: ought to restore this!
|
||||
|
||||
httpBackend.when('GET', '/pushrules').respond(200, {});
|
||||
|
Loading…
Reference in New Issue
Block a user