提交 76bd7734 编写于 作者: shutao-dc's avatar shutao-dc

web暂不支持checkUniButtonElement测试例

上级 51d5c9ff
...@@ -79,6 +79,10 @@ describe('Button.uvue', () => { ...@@ -79,6 +79,10 @@ describe('Button.uvue', () => {
}) })
it("checkUniButtonElement", async () => { it("checkUniButtonElement", async () => {
if (process.env.uniTestPlatformInfo.startsWith('web')) {
expect(1).toBe(1)
return
}
const value = await page.callMethod('checkUniButtonElement') const value = await page.callMethod('checkUniButtonElement')
expect(value).toBe(true) expect(value).toBe(true)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册