提交 0328296e 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test: 优化 onLoad 测试

上级 485206f5
......@@ -72,7 +72,6 @@ describe("onLoad", () => {
failureThreshold: 0.05,
failureThresholdType: "percent",
});
await program.callUniMethod('hideToast')
});
it("showLoading", async () => {
page = await program.reLaunch(INTERMEDIATE_PAGE_PATH);
......@@ -91,7 +90,6 @@ describe("onLoad", () => {
failureThreshold: 0.05,
failureThresholdType: "percent",
});
await program.callUniMethod('hideLoading')
});
it("showModal", async () => {
page = await program.reLaunch(INTERMEDIATE_PAGE_PATH);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册