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

web暂不支持checkUniButtonElement测试例

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