From 9e66cfaa3032eeca9a43b95757e0621ef9fd670b Mon Sep 17 00:00:00 2001 From: Mupceet Date: Sat, 22 Oct 2022 09:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E9=9A=9C=E7=A2=8D=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95errorCode=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mupceet --- .../ets/test/CaptionConfiguration.test.ets | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets index 9c3d0484d..24a990d47 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/ets/test/CaptionConfiguration.test.ets @@ -389,33 +389,6 @@ export default function CaptionConfigurationTest() { }, 8000); }); - /** - * @tc.number: CaptionConfiguration_0120 - * @tc.name: Call api:getcaptionsmanager() to set the caption parameter. - * @tc.desc: Call api:getcaptionsmanager() to set the caption parameter. - */ - it('CaptionConfiguration_0120', 1, async function (done) { - const caseName = "CaptionConfiguration_0120"; - const logF = LOG + caseName; - registerOn = false; - setTimeout(() => { - CaptionConfigurationOn(caseName, undefined); - }, 1000); - setTimeout(() => { - excuteCase(caseName); - }, 2000); - setTimeout(() => { - var isSucceedTarget: boolean = false; - if (backList.indexOf(caseName + '_on_target_change_extra_success') != -1) { - isSucceedTarget = true; - } - expect(isSucceedTarget).assertEqual(true); - expect(registerOn).assertEqual(false); - console.info(logF + ' isSucceed : ' + (isSucceedTarget)); - done(); - }, 8000); - }); - /** * @tc.number: CaptionConfiguration_0130 * @tc.name: Call api:getcaptionsmanager() to set the caption parameter. -- GitLab