修改添加通用组件
This commit is contained in:
@@ -141,9 +141,13 @@ test('sidepanel html contains account records overlay and manager script', () =>
|
||||
assert.match(html, /id="btn-toggle-account-records-selection"/);
|
||||
assert.match(html, /id="btn-delete-selected-account-records"/);
|
||||
assert.match(html, /id="input-sub2api-default-proxy"/);
|
||||
assert.match(html, /src="editable-list-picker\.js"/);
|
||||
assert.match(html, /id="sub2api-group-picker"/);
|
||||
assert.match(html, /id="input-sub2api-group" value="codex"/);
|
||||
assert.match(html, /id="btn-add-sub2api-group"/);
|
||||
assert.match(html, /id="paypal-account-picker"/);
|
||||
assert.match(html, /id="cf-domain-picker"/);
|
||||
assert.match(html, /id="temp-email-domain-picker"/);
|
||||
assert.notEqual(managerIndex, -1);
|
||||
assert.notEqual(sidepanelIndex, -1);
|
||||
assert.ok(managerIndex < sidepanelIndex);
|
||||
|
||||
Reference in New Issue
Block a user