fix(qdreader): shorten delete hint
This commit is contained in:
@@ -683,7 +683,8 @@ test('account menu first screen lists accounts and positive number opens config'
|
||||
assert.match(r.replies[0], /账号列表如下/);
|
||||
assert.match(r.replies[0], /1、12\*\*\*45\[主号\]/);
|
||||
assert.match(r.replies[0], /2、67\*\*\*90\[副号\]/);
|
||||
assert.match(r.replies[0], /-删除账号,例如 -1/);
|
||||
assert.match(r.replies[0], /-删除账号/);
|
||||
assert.doesNotMatch(r.replies[0], /例如/);
|
||||
assert.match(r.replies[1], /启点账号详情/);
|
||||
assert.match(r.replies[1], /67\*\*\*90/);
|
||||
assert.match(r.replies[1], /账号操作/);
|
||||
|
||||
Reference in New Issue
Block a user