mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Merge pull request #13913 from vector-im/t3chguy/sso-query
fix loading test for new sso pattern
This commit is contained in:
commit
c75e888c90
@ -589,8 +589,10 @@ 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");
|
||||
loadApp({
|
||||
queryString: "?loginToken=secretToken&homeserver=https%3A%2F%2Fhomeserver&identityServer=https%3A%2F%2Fidserver",
|
||||
queryString: "?loginToken=secretToken",
|
||||
});
|
||||
|
||||
return sleep(1).then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user