feat: upgrade custom email pool with manager UI and entry states
(cherry picked from commit 3cf5f22d40a4ef563a3d06751bbb25b003d4ef1e)
This commit is contained in:
@@ -57,6 +57,9 @@ test('sidepanel html exposes custom email pool generator option and input row',
|
||||
assert.match(html, /option value="custom-pool">自定义邮箱池<\/option>/);
|
||||
assert.match(html, /id="row-custom-email-pool"/);
|
||||
assert.match(html, /id="input-custom-email-pool"/);
|
||||
assert.match(html, /id="input-custom-email-pool-import"/);
|
||||
assert.match(html, /id="custom-email-pool-list"/);
|
||||
assert.match(html, /id="btn-custom-email-pool-bulk-used"/);
|
||||
assert.match(html, /id="row-custom-mail-provider-pool"/);
|
||||
assert.match(html, /id="input-custom-mail-provider-pool"/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user