提交 eb16c194 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT 提交者: 雪洛

修复 input断言测试在部分iOS设备无法通过的问题(补充)

上级 ba8ba63b
......@@ -188,7 +188,7 @@ describe('component-native-input', () => {
await page.setData({
focusedForKeyboardHeightChangeTest: true
})
await page.waitFor(3000);
await page.waitFor(5000);
const keyboardHeight = await page.data('keyboardHeight');
console.log("keyboardHeight :", keyboardHeight);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册