提交 5383ad98 编写于 作者: Y yichengzhao

fix accessibility xts bugs

Signed-off-by: Nyichengzhao <yichengzhao1@huawei.com>
Change-Id: I9a764a0589cf9750aed9d4fb4e9751ac95cffab9
上级 e97667db
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
*/ */
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
import accessibility from '@ohos.accessibility' import accessibility from '@ohos.accessibility'
//import accessibility from '@ohos.application.AccessibilityExtension'
describe('AccessibleCaptionConfiguration', function () { describe('AccessibleCaptionConfiguration', function () {
......
{ {
"description": "Configuration for hjunit demo Tests", "description": "Configuration for hjunit demo Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "180000", "test-timeout": "1800000",
"package": "com.example.accessiblesendevent", "package": "com.example.accessiblesendevent",
"shell-timeout": "180000" "shell-timeout": "1800000"
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsAccessibleSendEventTest.hap" "ActsAccessibleSendEventTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
} }
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册