提交 1bca8334 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

test:input测试例 删除空白测试页

上级 eb6cb318
......@@ -1313,13 +1313,6 @@
"navigationBarTitleText" : "overflow-visible-event"
}
},
{
"path" : "pages/component/input/blank-for-test",
"style" :
{
"navigationBarTitleText" : "测试空白页面"
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
......
<template>
<view style="justify-content: center;align-items: center;">
<text>测试空白页面</text>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
......@@ -173,7 +173,7 @@ describe('component-native-input', () => {
})
it("keyboard height changed after page back", async () => {
await program.navigateTo("/pages/component/input/blank-for-test")
await program.navigateTo("/pages/API/navigator/new-page/new-page-3")
await page.waitFor(2000);
await program.navigateBack()
await page.waitFor(1000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册