提交 d4d10398 编写于 作者: A Anne_LXM

test: about.test.js

上级 c7e09ad8
......@@ -22,5 +22,7 @@ describe('about', () => {
url: "https://ask.dcloud.net.cn/protocol.html",
title: "用户服务条款"
})
await program.navigateBack()
console.log("currentPage ",await program.currentPage());
})
});
......@@ -2,7 +2,7 @@ const PAGE_PATH = '/uni_modules/uni-id-pages/pages/register/register'
describe('register', () => {
let page
beforeAll(async () => {
page = await program.navigateTo(PAGE_PATH)
page = await program.reLaunch(PAGE_PATH)
await page.waitFor('view')
})
it('注册账号', async () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册