feat(desktop): add idle lake and Zhizhi private route
This commit is contained in:
parent
466542ac93
commit
cc802126ea
10 changed files with 385 additions and 34 deletions
|
|
@ -48,7 +48,9 @@ test('the public shell shows five domains and login is domain-routed', () => {
|
|||
assert.doesNotMatch(frontend, /className="traffic-lights"/)
|
||||
assert.match(login, /login_host_for_domain/)
|
||||
assert.match(login, /ENTERPRISE_LOGIN_HOST.*guanghu\.chat/)
|
||||
assert.match(login, /change_enterprise_first_login_password/)
|
||||
assert.match(login, /change_first_login_password/)
|
||||
assert.match(login, /ICE-GL-ZHI∞.*zhizhi/s)
|
||||
assert.match(login, /rotate_forgejo_forced_password/)
|
||||
assert.match(frontend, /第一次使用?先修改一次性密码/)
|
||||
assert.match(router, /enterprise_resolve_url/)
|
||||
assert.match(router, /verified_user_route/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue