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

修正input键盘相关的测试例

上级 e6df9fee
...@@ -180,7 +180,7 @@ describe('component-native-input', () => { ...@@ -180,7 +180,7 @@ describe('component-native-input', () => {
await page.setData({ await page.setData({
focusedForKeyboardHeightChangeTest: true focusedForKeyboardHeightChangeTest: true
}) })
await page.waitFor(500); await page.waitFor(1000);
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.
先完成此消息的编辑!
想要评论请 注册