feat(ui): add per-entry world welcome projection
This commit is contained in:
parent
3bdb690100
commit
b83c575279
3 changed files with 32 additions and 1 deletions
|
|
@ -38,6 +38,9 @@ test('the public shell shows five domains and login is domain-routed', () => {
|
|||
assert.match(frontend, /setActiveDomainInfo\(gate\.domain\)/)
|
||||
assert.match(frontend, /event\.key !== 'Escape'/)
|
||||
assert.match(frontend, /编号 \{zeroPoint\?\.userNumber \|\| gateNumber\} · 欢迎登入光湖语言世界/)
|
||||
assert.match(frontend, /createWorldWelcome\(snapshot\)/)
|
||||
assert.match(frontend, /className="world-impression"/)
|
||||
assert.match(frontend, /index === previous/)
|
||||
assert.match(frontend, /核对人格关系/)
|
||||
assert.match(frontend, /确认关系并签署/)
|
||||
assert.match(frontend, /接受责任并签署/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue