提交 bffd6dc6 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

test: picker-view 在低版本安卓偶现时间触发不全,增加响应延时

上级 f7b91684
...@@ -97,7 +97,7 @@ describe('PickerView.uvue', () => { ...@@ -97,7 +97,7 @@ describe('PickerView.uvue', () => {
const el = await page.$('.picker-view') const el = await page.$('.picker-view')
await page.callMethod('setValue') await page.callMethod('setValue')
await page.waitFor(1000) await page.waitFor(1500)
const eventCallbackNum = await page.callMethod('getEventCallbackNum') const eventCallbackNum = await page.callMethod('getEventCallbackNum')
// 3 times 3*3 // 3 times 3*3
expect(eventCallbackNum).toBe(9) expect(eventCallbackNum).toBe(9)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册