提交 f79a85e6 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

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

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