提交 6aefc3d9 编写于 作者: L luffy505

modify

Signed-off-by: Nluffy505 <zhangjuan54@huawei.com>
上级 bf32347a
......@@ -45,17 +45,6 @@ export default function sliderJsunit() {
console.info("slider after each called");
});
it('testSlider001', 0, async function (done) {
console.info('[testSlider001] START');
await Utils.sleep(2000);
let strJson = getInspectorByKey('slider');
console.info("[testSlider001] component strJson:" + strJson);
let obj = JSON.parse(strJson);
console.info("[testSlider001] decoration:" + JSON.stringify(obj.$attrs));
expect(obj.$attrs.decoration).assertEqual(undefined);
done();
});
it('testSlider002', 0, async function (done) {
console.info('[testSlider002] START');
try {
......
......@@ -2,7 +2,7 @@
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "1800000",
"test-timeout": "2500000",
"package": "com.example.aceceshi",
"shell-timeout": "1800000"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册