修改功能
This commit is contained in:
@@ -33,6 +33,9 @@ test('公共富文本适配层只使用 wangEditor 并在提交前同步 textare
|
||||
assert.match(source, /root\.wangEditor/);
|
||||
assert.match(source, /wangEditor\.createEditor/);
|
||||
assert.match(source, /wangEditor\.createToolbar/);
|
||||
assert.match(source, /button\[data-tooltip\]/);
|
||||
assert.match(source, /setAttribute\('aria-label'/);
|
||||
assert.match(source, /MutationObserver/);
|
||||
assert.match(source, /documentRef\.addEventListener\('submit'/);
|
||||
assert.doesNotMatch(source, /KindEditor/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user