提交 a2114b46 编写于 作者: L lixiangpeng5

fix stop afterEach testcase

Signed-off-by: Nlixiangpeng5 <lixiangpeng5@huawei.com>
Change-Id: Iedd9d02574e56727e6454bbe7669fe8e0f05bac1
上级 04f6abae
......@@ -47,9 +47,6 @@ describe("VibratorJsTest_misc_3", function () {
/*
* @tc.teardown: teardown invoked after each testcases
*/
console.info('afterEach called')
vibrator.stop("preset");
vibrator.stop("time");
console.info('afterEach called')
})
......@@ -84,6 +81,7 @@ describe("VibratorJsTest_misc_3", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -179,6 +177,7 @@ describe("VibratorJsTest_misc_3", function () {
}).catch((error)=>{
expect(false).assertTrue();
});
await vibrator.stopVibration();
done();
})
......@@ -304,6 +303,7 @@ describe("VibratorJsTest_misc_3", function () {
}, ()=>{
console.info("VibratorJsTest023 reject");
})
await vibrator.stopVibration();
done();
})
......@@ -331,6 +331,7 @@ describe("VibratorJsTest_misc_3", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -420,6 +421,7 @@ describe("VibratorJsTest_misc_3", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -517,6 +519,7 @@ describe("VibratorJsTest_misc_3", function () {
console.info("VibratorJsTest031 error :" + error);
expect(false).assertTrue();
});
await vibrator.stopVibration();
done();
})
......@@ -651,6 +654,7 @@ describe("VibratorJsTest_misc_3", function () {
}, ()=>{
console.info("VibratorJsTest035 reject");
})
await vibrator.stopVibration();
done();
})
......
......@@ -51,9 +51,6 @@ describe("VibratorJsTest_misc_6", function () {
* @tc.teardown: teardown invoked after each testcases
*/
console.info('afterEach caled')
vibrator.stop("preset");
vibrator.stop("time");
console.info('afterEach called')
})
const OPERATION_FAIL_CODE = 14600101;
......
......@@ -46,8 +46,6 @@ describe("VibratorJsTest_misc_7", function () {
/*
* @tc.teardown: teardown invoked after each testcases
*/
vibrator.stop("preset");
vibrator.stop("time");
console.info('afterEach called')
})
......@@ -78,6 +76,7 @@ describe("VibratorJsTest_misc_7", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -99,6 +98,7 @@ describe("VibratorJsTest_misc_7", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -120,6 +120,7 @@ describe("VibratorJsTest_misc_7", function () {
done();
}, 500);
});
await vibrator.stopVibration();
})
/*
......@@ -168,6 +169,7 @@ describe("VibratorJsTest_misc_7", function () {
}).catch((error)=>{
expect(false).assertTrue();
})
await vibrator.stopVibration();
done();
})
......@@ -217,6 +219,7 @@ describe("VibratorJsTest_misc_7", function () {
}).catch((error)=>{
expect(false).assertTrue();
})
await vibrator.stopVibration();
done();
})
......@@ -266,6 +269,7 @@ describe("VibratorJsTest_misc_7", function () {
}).catch((error)=>{
expect(false).assertTrue();
})
await vibrator.stopVibration();
done();
})
......@@ -324,6 +328,7 @@ describe("VibratorJsTest_misc_7", function () {
fail: undefined,
complete: undefined
});
await vibrator.stopVibration();
})
/*
......@@ -342,6 +347,7 @@ describe("VibratorJsTest_misc_7", function () {
fail: null,
complete: null
});
await vibrator.stopVibration();
})
/*
......@@ -360,6 +366,7 @@ describe("VibratorJsTest_misc_7", function () {
fail: 123,
complete: 123
});
await vibrator.stopVibration();
})
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册