提交 57f6f738 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test: 测试失败测试与延迟相关性

上级 ec60684c
...@@ -8,7 +8,7 @@ function getData(key = '') { ...@@ -8,7 +8,7 @@ function getData(key = '') {
let page let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch('/pages/component/checkbox/checkbox') page = await program.reLaunch('/pages/component/checkbox/checkbox')
await page.waitFor('view') await page.waitFor(1000)
}) })
describe('Checkbox.uvue', () => { describe('Checkbox.uvue', () => {
......
...@@ -8,7 +8,7 @@ function getData(key = '') { ...@@ -8,7 +8,7 @@ function getData(key = '') {
let page let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch('/pages/component/progress/progress') page = await program.reLaunch('/pages/component/progress/progress')
await page.waitFor('view') await page.waitFor(1000)
}) })
describe('Progress.uvue', () => { describe('Progress.uvue', () => {
......
...@@ -8,7 +8,7 @@ function getData(key = '') { ...@@ -8,7 +8,7 @@ function getData(key = '') {
let page let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch('/pages/component/radio/radio') page = await program.reLaunch('/pages/component/radio/radio')
await page.waitFor('view') await page.waitFor(1000)
}) })
describe('Radio.uvue', () => { describe('Radio.uvue', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册