提交 5426b03f 编写于 作者: shutao-dc's avatar shutao-dc

新增 native-view.test.js

上级 f9b217de
describe('native-view.uvue', () => {
if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') {
it('object', () => {
expect(1).toBe(1)
})
return
}
beforeAll(async () => {
page = await program.reLaunch('/pages/component/native-view/native-view')
});
it('native-view检测init函数是否响应', async () => {
await page.waitFor(600)
const value = await page.data('isLoad')
expect(value).toBe(true)
})
})
...@@ -44,5 +44,7 @@ ...@@ -44,5 +44,7 @@
.native-time-picker { .native-time-picker {
margin: 10px auto 25px auto; margin: 10px auto 25px auto;
border-style: solid;
border-radius: 5px;
} }
</style> </style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册