提交 f9b217de 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

修复 rich-text.test.js 测试例报错的问题

上级 0169c4ca
......@@ -19,7 +19,7 @@ describe('rich-text-test', () => {
it('richt-text-height', async () => {
let beforeValue = await page.data('richTextHeight')
if beforeValue < 10 {
if (beforeValue < 10) {
await page.waitFor(1000)
beforeValue = await page.data('richTextHeight')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册