feat(问翻小宝): 接入静态帮助中心
This commit is contained in:
@@ -25,6 +25,12 @@ test('wenfan xiaobao page provides records, chat, and voice input surfaces', ()
|
||||
assert.match(page, /对话/);
|
||||
assert.match(page, /textarea/);
|
||||
assert.match(page, /Mic/);
|
||||
assert.match(page, /searchHelpArticles/);
|
||||
assert.match(page, /HelpAnswer/);
|
||||
assert.match(page, /入口路径/);
|
||||
assert.match(page, /必填字段/);
|
||||
assert.match(page, /状态流转/);
|
||||
assert.match(page, /注意事项/);
|
||||
assert.match(page, /lg:grid-cols-\[300px_minmax\(0,1fr\)\]/);
|
||||
assert.match(page, /rounded-\[28px\]/);
|
||||
assert.doesNotMatch(page, /: 'border-\[var\(--line\)\] bg-\[var\(--bg\)\]/);
|
||||
|
||||
Reference in New Issue
Block a user