Merge pull request #14212 from vector-im/t3chguy/hf1

Fix loading-test for SSO plaf changes
pull/14248/head
Michael Telatynski 2020-06-26 09:09:41 +01:00 committed by GitHub
commit 3500bbe53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
});