mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[Improvement] Sku: support i18n (#439)
This commit is contained in:
@@ -216,7 +216,7 @@ describe('Sku', (done) => {
|
||||
buyBtn.trigger('click');
|
||||
|
||||
wrapper.vm.$nextTick(() => {
|
||||
expect(toastText.textContent).to.equal('留言4 写的太多了<br/>不要超过200字');
|
||||
expect(toastText.textContent).to.equal('留言4 写的太多了,不要超过200字');
|
||||
|
||||
textarea.element.value = '';
|
||||
// 测试数字留言
|
||||
|
||||
Reference in New Issue
Block a user