Fix loading-test for SSO plaf changes

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
jryans/sso-url-release
Michael Telatynski 2020-06-25 23:59:08 +01:00 committed by J. Ryan Stinnett
parent 42c6a26e9f
commit ee11f2eedc
1 changed files with 2 additions and 2 deletions

View File

@ -589,8 +589,8 @@ describe('loading:', function() {
describe('Token login:', function() {
it('logs in successfully', function() {
localStorage.setItem("mx_hs_url", "https://homeserver");
localStorage.setItem("mx_is_url", "https://idserver");
localStorage.setItem("mx_sso_hs_url", "https://homeserver");
localStorage.setItem("mx_sso_is_url", "https://idserver");
loadApp({
queryString: "?loginToken=secretToken",
});