diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/List.test.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/List.test.ets index 2e0426e70865012c70715e3776b829b00fe81166..f18d20d1d4853bbc3ee7dcbc2e3569e8c0ed5e8b 100644 --- a/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/List.test.ets +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/List.test.ets @@ -70,6 +70,7 @@ import UIComponentTextCommonLinespaceC from './UIComponentTextCommonLinespaceCTe import UiComponentNavModifier from './UiComponentNavModifierTest/UiComponentNavModifier.test' import UiComponentSymbolSymbol from './UiComponentSymbolSymbolTest/UiComponentSymbolSymbol.test' import UiComponentTextCommonAffineTransformation from './UiComponentTextCommonAffineTransformationTest/UiComponentTextCommonAffineTransformation.test' +import UIComponentScrollSwiperInterfaceMixTest from './UIComponentScrollSwiperInterfaceMixTest/UIComponentScrollSwiperInterfaceMix.test' export default function testsuite() { demoTest(); UIAttributeFontInterface001(); @@ -128,4 +129,6 @@ export default function testsuite() { UiComponentNavModifier(); UiComponentSymbolSymbol(); UiComponentTextCommonAffineTransformation(); + UIComponentScrollSwiperInterfaceMixTest(); + } \ No newline at end of file diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentLayoutColumnLayoutTest/UIComponentLayoutColumnLayout.test.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentLayoutColumnLayoutTest/UIComponentLayoutColumnLayout.test.ets index 3cf13e92d8cf87c96fe06115dfc48950077ef93c..960250329bc0f4511738a52eb7e84faca64fd59c 100644 --- a/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentLayoutColumnLayoutTest/UIComponentLayoutColumnLayout.test.ets +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentLayoutColumnLayoutTest/UIComponentLayoutColumnLayout.test.ets @@ -1,17 +1,17 @@ /* - * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +* Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' import Settings from '../model/Settings' import windowSnap from '../model/snapShot' @@ -38,9 +38,9 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010 - * @tc.desc Set ItemAlign.End + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010 + * @tc.desc Set ItemAlign.End */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0010 start.`); @@ -53,10 +53,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020 - * @tc.desc Set ItemAlign.Start -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020 + * @tc.desc Set ItemAlign.Start + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0020 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout002") @@ -68,10 +68,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030 - * @tc.desc Set .alignItems(HorizontalAlign.End) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030 + * @tc.desc Set .alignItems(HorizontalAlign.End) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0030 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout003") @@ -83,10 +83,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040 - * @tc.desc Set .alignItems(HorizontalAlign.Start) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040 + * @tc.desc Set .alignItems(HorizontalAlign.Start) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0040 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout004") @@ -98,10 +98,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050 - * @tc.desc Set alignItems(HorizontalAlign.End) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050 + * @tc.desc Set alignItems(HorizontalAlign.End) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0050 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout005") @@ -113,10 +113,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060 - * @tc.desc Set flexGrow(2),layoutWeight(3).layoutWeight(2).layoutWeight(1) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060 + * @tc.desc Set flexGrow(2),layoutWeight(3).layoutWeight(2).layoutWeight(1) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0060 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout006") @@ -128,10 +128,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070 - * @tc.desc NoSet flexBasis -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070 + * @tc.desc NoSet flexBasis + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0070 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout007") @@ -143,10 +143,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080 - * @tc.desc Set flexBasis = -5 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080 + * @tc.desc Set flexBasis = -5 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0080 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout008") @@ -158,10 +158,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090 - * @tc.desc Set flexBasis = null -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090 + * @tc.desc Set flexBasis = null + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0090 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout009") @@ -173,10 +173,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100 - * @tc.desc Set flexBasis = undefined -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100 + * @tc.desc Set flexBasis = undefined + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0100 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout010") @@ -188,10 +188,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* - * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110 - * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110 - * @tc.desc Set flexBasis = 0 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110 + * @tc.desc Set flexBasis = 0 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0110 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout011") @@ -203,10 +203,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120 -* @tc.desc Set flexBasis = 100 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120 + * @tc.desc Set flexBasis = 100 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0120 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout012") @@ -218,10 +218,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130 -* @tc.desc Set flexBasis = "200fp" -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130 + * @tc.desc Set flexBasis = "200fp" + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0130 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout013") @@ -233,10 +233,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140 -* @tc.desc Set flexBasis = "200lpx" -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140 + * @tc.desc Set flexBasis = "200lpx" + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0140 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout014") @@ -248,10 +248,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150 -* @tc.desc Set flexBasis = "200px" -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150 + * @tc.desc Set flexBasis = "200px" + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0150 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout015") @@ -263,10 +263,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160 -* @tc.desc Set flexBasis = "200vp" -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160 + * @tc.desc Set flexBasis = "200vp" + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0160 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout016") @@ -278,10 +278,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170 -* @tc.desc Set flexBasis = auto -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170 + * @tc.desc Set flexBasis = auto + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0170 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout017") @@ -293,10 +293,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180 -* @tc.desc Set .layoutWeight(3).layoutWeight(2).layoutWeight(1) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180 + * @tc.desc Set .layoutWeight(3).layoutWeight(2).layoutWeight(1) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0180 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout018") @@ -308,10 +308,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 -* @tc.desc Set layoutWeight(0.5) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 + * @tc.desc Set layoutWeight(0.5) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout019") @@ -323,10 +323,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200 -* @tc.desc Set layoutWeight(≥1) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200 + * @tc.desc Set layoutWeight(≥1) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0200 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout020") @@ -338,10 +338,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210 -* @tc.desc Set .layoutWeight("3").layoutWeight("2").layoutWeight("1") -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210 + * @tc.desc Set .layoutWeight("3").layoutWeight("2").layoutWeight("1") + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0210 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout021") @@ -353,10 +353,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220 -* @tc.desc Set layoutWeight("3") -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220 + * @tc.desc Set layoutWeight("3") + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0220 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout022") @@ -368,10 +368,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230 -* @tc.desc NoSet flexGrow -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230 + * @tc.desc NoSet flexGrow + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0230 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout023") @@ -383,10 +383,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250 -* @tc.desc Set flexShrink(2),column1、2、3.layoutWeight(3).layoutWeight(2).layoutWeight(1) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250 + * @tc.desc Set flexShrink(2),column1、2、3.layoutWeight(3).layoutWeight(2).layoutWeight(1) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0250 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout025") @@ -398,10 +398,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260 -* @tc.desc Set .displayPriority(1).displayPriority(0.5).displayPriority(1) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260 + * @tc.desc Set .displayPriority(1).displayPriority(0.5).displayPriority(1) + */ // it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260', 0, async (done: Function) => { // Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0260 start.`); // Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout026") @@ -413,10 +413,10 @@ export default function UIComponentLayoutColumnLayout() { // }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270 -* @tc.desc Set .displayPriority(1).displayPriority(2).displayPriority(3) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270 + * @tc.desc Set .displayPriority(1).displayPriority(2).displayPriority(3) + */ // it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270', 0, async (done: Function) => { // Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0270 start.`); // Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout027") @@ -428,10 +428,10 @@ export default function UIComponentLayoutColumnLayout() { // }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280 -* @tc.desc Set flexGrow = -5 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280 + * @tc.desc Set flexGrow = -5 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0280 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout028") @@ -443,10 +443,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0290 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0290 -* @tc.desc Set flexGrow = null -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0290 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0290 + * @tc.desc Set flexGrow = null + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0290', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0190 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout029") @@ -458,10 +458,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300 -* @tc.desc Set flexGrow = undefined -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300 + * @tc.desc Set flexGrow = undefined + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0300 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout030") @@ -473,10 +473,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310 -* @tc.desc Set flexGrow = 3、2、1 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310 + * @tc.desc Set flexGrow = 3、2、1 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0310 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout031") @@ -488,10 +488,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320 -* @tc.desc Set flexShink = -5 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320 + * @tc.desc Set flexShink = -5 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0320 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout032") @@ -503,10 +503,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330 -* @tc.desc Set flexShink =null -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330 + * @tc.desc Set flexShink =null + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0330 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout033") @@ -518,10 +518,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340 -* @tc.desc Set flexShink = undefined -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340 + * @tc.desc Set flexShink = undefined + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0340 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout034") @@ -533,10 +533,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350 -* @tc.desc Set flexShink = 1 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350 + * @tc.desc Set flexShink = 1 + */ /* it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0350 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout035") @@ -548,10 +548,10 @@ export default function UIComponentLayoutColumnLayout() { })*/ /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 -* @tc.desc Set layoutWeight = "aaa" -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 + * @tc.desc Set layoutWeight = "aaa" + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout036") @@ -563,10 +563,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370 -* @tc.desc Set layoutWeight = -10 -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370 + * @tc.desc Set layoutWeight = -10 + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0370 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout037") @@ -578,10 +578,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380 -* @tc.desc Set layoutWeight = null -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380 + * @tc.desc Set layoutWeight = null + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0380 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout038") @@ -593,10 +593,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390 -* @tc.desc Set layoutWeight = undefined -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390 + * @tc.desc Set layoutWeight = undefined + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0390 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout039") @@ -608,10 +608,10 @@ export default function UIComponentLayoutColumnLayout() { }) /* -* @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 -* @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 -* @tc.desc Set .layoutWeight(3) .layoutWeight(2) -*/ + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 + * @tc.desc Set .layoutWeight(3) .layoutWeight(2) + */ it('SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400', 0, async (done: Function) => { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 start.`); Settings.createWindow("testability/pages/UIComponentLayoutColumnLayout/UIComponentLayoutColumnLayout040") @@ -621,10 +621,5 @@ export default function UIComponentLayoutColumnLayout() { Logger.info('TEST', `SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0400 finish.`); done() }) - - - - - }) } diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentScrollSwiperInterfaceMixTest/UIComponentScrollSwiperInterfaceMix.test.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentScrollSwiperInterfaceMixTest/UIComponentScrollSwiperInterfaceMix.test.ets new file mode 100644 index 0000000000000000000000000000000000000000..6fc05f938acf2ff2f396acff6f3c7b48d25d38f5 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/test/UIComponentScrollSwiperInterfaceMixTest/UIComponentScrollSwiperInterfaceMix.test.ets @@ -0,0 +1,1120 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' +import Settings from '../model/Settings' +import windowSnap from '../model/snapShot' +import Logger from '../model/Logger' +import Utils from '../model/Utils' +import {UiComponent, Component, Driver, ON, BY, MouseButton} from '@ohos.UiTest'; +export default function UIComponentScrollSwiperInterfaceMix() { + describe('UIComponentScrollSwiperInterfaceMix', () => { + afterEach(async (done: Function) => { + if (Settings.windowClass == undefined) { + return + } + Settings.windowClass.destroyWindow((err) => { + if (err.code) { + Logger.error('TEST', `Failed to destroy the window. Cause : ${JSON.stringify(err)}`) + return; + } + Logger.info('TEST', `Succeeded in destroy the window.`); + }) + await Utils.sleep(1000); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0390 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0390 + * @tc.desc ADD TextIput, no set selectAll + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0390', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0390 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix039") + + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await text.click(); + await driver.mouseClick({x:650, y:700}, MouseButton.MOUSE_BUTTON_LEFT, 2072); + await Utils.sleep(1000) + await driver.mouseClick({x:500, y:170}, MouseButton.MOUSE_BUTTON_LEFT, 2072); + await Utils.sleep(1000) + await driver.triggerKey(2049); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0390 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0420 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0420 + * @tc.desc Add TextIput, set passwordIcon + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0420', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0420 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix042") + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await Utils.sleep(1000) + await driver.triggerCombineKeys(2049, 2047); + await driver.triggerKey(2012); + await Utils.sleep(1000) + await driver.triggerKey(2013); + await Utils.sleep(1000) + await driver.triggerKey(2014); + await driver.triggerKey(2015); + await driver.triggerKey(2050); + await Utils.sleep(1000) + await driver.triggerKey(2054); + await Utils.sleep(1000) + await driver.triggerCombineKeys(2049, 2047); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0420 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0480 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0480 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0480', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0480 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix048") + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerCombineKeys(2049, 2047); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0480 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0490 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0490 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0490', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0490 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix049") + await Utils.sleep(1000) + let driver = Driver.create(); + let caidan = await driver.findComponent(ON.id('caidankuang1')); + await caidan.click() + await Utils.sleep(1000) + await driver.triggerKey(2014); + await Utils.sleep(1000) + await driver.triggerKey(2014); + await Utils.sleep(1000) + await driver.triggerKey(2014); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0490 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix050") + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2050); + await driver.triggerKey(2013); + await driver.triggerKey(2013); + await Utils.sleep(1000) + await driver.triggerKey(2012); + await driver.triggerKey(2012); + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0510 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0510 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0510', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0510 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfacemix051") + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2050); + await driver.triggerKey(2013); + await driver.triggerKey(2013); + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0500 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0520 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0520 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0520', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0520 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix052") + await Utils.sleep(5000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2050); + await driver.triggerKey(2081); + await driver.triggerKey(2012); + await driver.triggerKey(2012); + await driver.triggerKey(2082); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0520 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0530 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0530 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0530', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0530 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix053") + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2050); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0530 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0540 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0540 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0540', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0540 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix054") + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2054); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0540 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0550 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0550 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0550', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0550 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix055") + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('shurukuang1')); + await driver.triggerKey(2049); + await driver.triggerKey(2049); + await driver.triggerKey(2054); + await Utils.sleep(1000) + await driver.triggerKey(2070); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0550 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0560 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0560 + * @tc.desc Add TextIput set showUnit + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0560', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0560 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix056") + await Utils.sleep(1000) + await Utils.sleep(1000) + let driver = Driver.create(); + let text = await driver.findComponent(ON.id('caidan1')); + let point = await text.getBoundsCenter(); + await text.click(); + await Utils.sleep(1000) + await driver.triggerKey(2070); + await driver.mouseClick({x:500, y:170}, MouseButton.MOUSE_BUTTON_LEFT, 2072); + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0560 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0570 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0570 + * @tc.desc Add TextIput no set cancelButton + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0570', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0570 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix057") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0570 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 + * @tc.name SUB_ACE_UI_COMPONENT_LAYOUT_COLUMN_LAYOUT_0360 + * @tc.desc Add TextIput set cancelButton = CONSTANT + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0580', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0580 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix058") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0580 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0590 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0590 + * @tc.desc Add TextIput set cancelButton = INVISIBLE + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0590', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0590 start.`); + // 打开指定的测试页面 + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix059") + // 暂停1秒,确保页面加载完成 + await Utils.sleep(1000) + // 截取当前窗口的快照 + windowSnap.snapShot() + // 再次暂停1秒 + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0590 finish.`); + // 标记测试完成 + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0600 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0600 + * @tc.desc Add TextIput set cancelButton = INPUT + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0600', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0600 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix060") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0600 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0610 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0610 + * @tc.desc Add TextIput set icon = 0 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0610', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0610 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix061") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0610 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0620 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0620 + * @tc.desc Add TextIput set icon = 10 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0620', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0620 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix062") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0620 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0630 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0630 + * @tc.desc Add TextIput set icon = 0 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0630', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0630 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix063") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0630 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0640 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0640 + * @tc.desc Add TextIput set icon = 10vp + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0640', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0640 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix064") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0640 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0650 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0650 + * @tc.desc Add TextIput set icon = 10fp + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0650', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0650 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix065") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0650 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0660 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0660 + * @tc.desc Add TextIput set icon = 10px + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0660', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0660 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix066") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0660 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0670 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0670 + * @tc.desc Add TextIput set icon = 10lpx + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0670', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0670 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix067") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0670 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0680 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0680 + * @tc.desc Add TextIput set icon = resource + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0680', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0680 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix068") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0680 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0690 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0690 + * @tc.desc Add TextIput set color = blue + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0690', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0690 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix069") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0690 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0700 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0700 + * @tc.desc Add TextIput set color = 0xFF0000 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0700', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0700 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix070") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0700 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0710 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0710 + * @tc.desc Add TextIput set color = #fc0303 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0710', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0710 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix071") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0710 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0720 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0720 + * @tc.desc Add TextIput set color = 0xFF0000 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0720', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0720 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix072") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0720 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0730 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0730 + * @tc.desc Add TextIput set cancelButton = rgb(2, 184, 17) + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0730', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0730 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix073") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0730 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0740 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0740 + * @tc.desc Add TextIput set cancelButton = $r(app.color.Pink) + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0740', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0740 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix074") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0740 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0750 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0750 + * @tc.desc set cancelButton src = String + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0750', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0750 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix075") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0750 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0760 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0760 + * @tc.desc set cancelButton src = $rawfile() + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0760', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0760 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix076") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0760 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0770 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0770 + * @tc.desc set cancelButton src = $r() + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0770', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0770 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix077") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0770 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0780 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0780 + * @tc.desc set TextInput = Normal + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0780', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0780 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix078") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0780 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0790 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0790 + * @tc.desc set Password open eye + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0790', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0790 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix079") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0790 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0800 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0800 + * @tc.desc set Password open eye + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0800', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0800 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix080") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0800 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0810 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0810 + * @tc.desc set NEW_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0810', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0810 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix081") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0810 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0820 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0820 + * @tc.desc set NEW_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0820', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0820 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix082") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0820 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0830 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0830 + * @tc.desc set SCREEN_LOCK_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0830', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0830 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix083") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0830 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0840 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0840 + * @tc.desc set SCREEN_LOCK_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0840', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0840 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix084") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0840 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0850 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0850 + * @tc.desc set NUMBER_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0850', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0850 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix085") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0850 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0860 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0860 + * @tc.desc set NUMBER_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0860', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0860 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix086") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0860 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0870 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0870 + * @tc.desc set TextContentStyle.INLINE + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0870', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0870 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix087") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0870 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0880 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0880 + * @tc.desc set padding + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0880', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0880 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix088") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0880 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0890 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0890 + * @tc.desc set Normal + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0890', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0890 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix089") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0890 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0900 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0900 + * @tc.desc set Password + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0900', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0900 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix090") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0900 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0910 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0910 + * @tc.desc set Password + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0910', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0910 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix091") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0910 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0920 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0920 + * @tc.desc set Password + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0920', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0920 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix092") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0920 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0930 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0930 + * @tc.desc set NEW_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0930', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0930 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix093") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0930 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0940 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0940 + * @tc.desc set NEW_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0940', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0940 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix094") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0940 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0950 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0950 + * @tc.desc set SCREEN_LOCK_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0950', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0950 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix095") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0950 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0960 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0960 + * @tc.desc set SCREEN_LOCK_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0960', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0960 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix096") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0960 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0970 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0970 + * @tc.desc set NUMBER_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0970', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0970 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix097") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0970 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0980 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0980 + * @tc.desc set NUMBER_PASSWORD + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0980', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0980 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix098") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0980 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0990 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0990 + * @tc.desc set TextContentStyle.INLINE + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0990', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0990 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix099") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_0990 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1000 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1000 + * @tc.desc set TextContentStyle.INLINE + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1000', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1000 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix100") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1000 finish.`); + done() + }) + + /* +* @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1010 +* @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1010 +* @tc.desc set clear +*/ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1010', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1010 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix101") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1010 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1020 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1020 + * @tc.desc set menu + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1020', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1020 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix102") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1020 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1030 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1030 + * @tc.desc no set showCounter + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1030', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1030 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix103") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1030 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1040 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1040 + * @tc.desc set showCounter =false + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1040', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1040 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix104") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1040 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1050 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1050 + * @tc.desc set showCounter = true + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1050', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1050 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix105") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1050 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1060 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1060 + * @tc.desc set showCounter options = 0 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1060', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1060 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix106") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1060 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1070 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1070 + * @tc.desc set showCounter options = 31 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1070', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1070 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix107") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1070 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1080 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1080 + * @tc.desc set showCounter options = 50 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1080', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1080 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix108") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1080 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1090 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1090 + * @tc.desc set showCounter options = 100 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1090', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1090 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix109") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1090 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1100 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1100 + * @tc.desc set showCounter options = 50 + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1100', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1100 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix110") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1100 finish.`); + done() + }) + + /* + * @tc.number SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1110 + * @tc.name SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1110 + * @tc.desc set showCounter options = padding + */ + it('SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1110', 0, async (done: Function) => { + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1110 start.`); + Settings.createWindow("testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix111") + await Utils.sleep(1000) + windowSnap.snapShot() + await Utils.sleep(1000) + Logger.info('TEST', `SUB_ACE_UI_COMPONENT_SCROLL_SWIPER_INTERFACEMIX_1110 finish.`); + done() + }) + }) +} \ No newline at end of file diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix039.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix039.ets new file mode 100644 index 0000000000000000000000000000000000000000..ac76f0dddea5414e1be4406d021d31e3e7265c5b --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix039.ets @@ -0,0 +1,37 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix039 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix042.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix042.ets new file mode 100644 index 0000000000000000000000000000000000000000..54697152303596dc041865daf0c906ebe7e6e764 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix042.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix042 { + @State text: string = '564123156'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + + + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.Password) + .passwordIcon({onIconSrc:this.PassWordSrc1,offIconSrc:this.PassWordSrc2}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix048.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix048.ets new file mode 100644 index 0000000000000000000000000000000000000000..9ffbff11ad51c82ce50ba45d1e84d24cc7c1395e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix048.ets @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix048 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix049.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix049.ets new file mode 100644 index 0000000000000000000000000000000000000000..25ced24bbefe708d9973e450398fe1a7651c9c2f --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix049.ets @@ -0,0 +1,57 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix049 { + @State text: string = '123456'; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .id('caidankuang1') + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .id('shurukuang1') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix050.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix050.ets new file mode 100644 index 0000000000000000000000000000000000000000..b2771cd4212df69fb4c5ab9b40a114bc31fe6760 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix050.ets @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix050 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix051.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix051.ets new file mode 100644 index 0000000000000000000000000000000000000000..0f1671e97a734bd74ae6b9c1d58b1984cd19a9a5 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix051.ets @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix051 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix052.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix052.ets new file mode 100644 index 0000000000000000000000000000000000000000..5dd257c2d0d5f5f3f58eb6328d616b640d88268e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix052.ets @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix052 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix053.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix053.ets new file mode 100644 index 0000000000000000000000000000000000000000..f6417eb9a5fac3913691572f1a1736cb2e917304 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix053.ets @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix053 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix054.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix054.ets new file mode 100644 index 0000000000000000000000000000000000000000..e6e527889daf336061cf34450eb5d69aa61c614d --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix054.ets @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix054 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix055.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix055.ets new file mode 100644 index 0000000000000000000000000000000000000000..0feb06d39c84339eb500bba82d612d0fa6ad6e9b --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix055.ets @@ -0,0 +1,55 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix055 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix056.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix056.ets new file mode 100644 index 0000000000000000000000000000000000000000..e07425b8c4af244f994eb45074a5a32d24654755 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix056.ets @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix056 { + @State text: string = ''; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .id('caidan1') + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + build() { + Column() { + + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showUnit(this.itemEnd) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix057.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix057.ets new file mode 100644 index 0000000000000000000000000000000000000000..bc2a9dee3383e84e5789976aa0c2fe2e40215c03 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix057.ets @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix057 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + icon: { + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix058.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix058.ets new file mode 100644 index 0000000000000000000000000000000000000000..06e3fc6961b628937f4a50ae5786ea38219b45fb --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix058.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix058 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix059.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix059.ets new file mode 100644 index 0000000000000000000000000000000000000000..9130930db6070ea730a1c2f43a938eb341f44316 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix059.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix059 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.INVISIBLE, + icon: { + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix060.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix060.ets new file mode 100644 index 0000000000000000000000000000000000000000..20461f72c7d56f9cd4d461d4154e8ef0671065bd --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix060.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix060 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.INPUT, + icon: { + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix061.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix061.ets new file mode 100644 index 0000000000000000000000000000000000000000..a5d6ac46ea1b29eda9f3848aa38f2049e0c34c13 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix061.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix061 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:0, + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix062.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix062.ets new file mode 100644 index 0000000000000000000000000000000000000000..f3e7f4bcb26fcc3c843589702ba3299ca06b028e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix062.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix062 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:10, + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix063.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix063.ets new file mode 100644 index 0000000000000000000000000000000000000000..b37178ae09797ada3ad30e7389df8b87fabd0d51 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix063.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix063 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'0', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix064.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix064.ets new file mode 100644 index 0000000000000000000000000000000000000000..6c1b580b4463d9a72ffdcaaef7d4576ed5199173 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix064.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix064 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'10', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix065.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix065.ets new file mode 100644 index 0000000000000000000000000000000000000000..e9413285f50026839d735d4877daf6e7b0996974 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix065.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix065 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'10vp', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix066.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix066.ets new file mode 100644 index 0000000000000000000000000000000000000000..33a2f299233ac506cb6c7605a87282d6a0fec5f3 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix066.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix066 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'10fp', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix067.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix067.ets new file mode 100644 index 0000000000000000000000000000000000000000..c5b14cdc48a5d9df6eae7c6f0398ed3bf714fe9e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix067.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix067 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'10px', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix068.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix068.ets new file mode 100644 index 0000000000000000000000000000000000000000..5aee3d94e4813d56af76f41ac3d73cd806f16420 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix068.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix068 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + size:'10lpx', + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix069.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix069.ets new file mode 100644 index 0000000000000000000000000000000000000000..7fba033d7188d5877a7ca1d88288bbf0093c29dc --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix069.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix069 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + src: $r('app.media.icon') + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix070.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix070.ets new file mode 100644 index 0000000000000000000000000000000000000000..ca7742cb13d6f1e36b8437d4c50cfbd54c959f97 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix070.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix070 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + color:Color.Blue + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix071.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix071.ets new file mode 100644 index 0000000000000000000000000000000000000000..b85ba3499f18508cb7841cc0d02c7e5f7d39b63a --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix071.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix071 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + color:'#fc0303' + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix072.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix072.ets new file mode 100644 index 0000000000000000000000000000000000000000..afb8dfed5037d7cf4e1d67163b4cbb3756befaa7 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix072.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix072 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + color:0xFF0000 + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix073.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix073.ets new file mode 100644 index 0000000000000000000000000000000000000000..757f28590e1fe20c6c2c2ca8fa6beea706603304 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix073.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix073 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + color:'rgb(2, 184, 17)' + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix074.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix074.ets new file mode 100644 index 0000000000000000000000000000000000000000..140f37c96bdc4376a1b221d31aeb6b89937da577 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix074.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix074 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + color:$r('app.color.Pink') + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix075.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix075.ets new file mode 100644 index 0000000000000000000000000000000000000000..8c775ccce8c00d344fa74c3631af5433675acefa --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix075.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix075 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + src:'10' + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix076.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix076.ets new file mode 100644 index 0000000000000000000000000000000000000000..ed25b869fbd96b57d74e0ae1c20e20ab57735361 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix076.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix076 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', // + }) + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + src: $rawfile(null) + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix077.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix077.ets new file mode 100644 index 0000000000000000000000000000000000000000..ed79db4951db7f074c5e7d0239e67cba05503919 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix077.ets @@ -0,0 +1,42 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix077 { + @State text: string = ''; + @State value: number = 0; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your text here...', + }) + .id('shurukuang1') + .width('80%') + .height('100') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .selectAll(false) + .cancelButton({ + style: CancelButtonStyle.CONSTANT, + icon: { + src:$r("app.media.icon") + } + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix078.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix078.ets new file mode 100644 index 0000000000000000000000000000000000000000..8ad32bcdd4bb420aa002bf38e9420a6435f30a66 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix078.ets @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix078 { + @State text: string = '123ab?_! A123'; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.Normal) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix079.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix079.ets new file mode 100644 index 0000000000000000000000000000000000000000..bc1953ba57c3dc6cdfc3e5573ee4849721ea8a58 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix079.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix079 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.Password) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + + + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix080.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix080.ets new file mode 100644 index 0000000000000000000000000000000000000000..d2a652dee651d998594dd45131e55bc8a5821a99 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix080.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix080 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.Password) + .showPassword(false) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + + + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix081.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix081.ets new file mode 100644 index 0000000000000000000000000000000000000000..aa4e4bf48070cee90d2c560919cb9f99d085c10c --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix081.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix081 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.NEW_PASSWORD) + .showPassword(false) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix082.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix082.ets new file mode 100644 index 0000000000000000000000000000000000000000..d65aeca36be217c60fdeac7aedbba9ab8aa15330 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix082.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix082 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.NEW_PASSWORD) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix083.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix083.ets new file mode 100644 index 0000000000000000000000000000000000000000..93dba5f03f22991306aac7aaf6a3066d65b69893 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix083.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix083 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.SCREEN_LOCK_PASSWORD) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix084.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix084.ets new file mode 100644 index 0000000000000000000000000000000000000000..db5def92669d7196d56ad0bdb84ee22dd190b950 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix084.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix084 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.SCREEN_LOCK_PASSWORD) + .showPassword(false) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix085.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix085.ets new file mode 100644 index 0000000000000000000000000000000000000000..7c8ac6cb1711fd89a044bd07f2f20b8e4b33f035 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix085.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix085 { + @State text: string = '123456789'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.NUMBER_PASSWORD) + .showPassword(false) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix086.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix086.ets new file mode 100644 index 0000000000000000000000000000000000000000..8417cf0430ebd7c39cd4eb95c405d4024226e0cc --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix086.ets @@ -0,0 +1,39 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix086 { + @State text: string = '123456789'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.NUMBER_PASSWORD) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix087.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix087.ets new file mode 100644 index 0000000000000000000000000000000000000000..b3c3c8a71f3926cf323a88adece273fcb44a7660 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix087.ets @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix087 { + @State text: string = ''; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .style(TextInputStyle.Inline) + .type(InputType.Normal) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix088.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix088.ets new file mode 100644 index 0000000000000000000000000000000000000000..6c3a88974bdcda0d0b0dab18cda482a4de178a99 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix088.ets @@ -0,0 +1,41 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix088 { + @State text: string = '123456789'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + @State passwordVisible: boolean = true; + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .style(TextInputStyle.Default) + .type(InputType.Normal) + .showPassword(true) + .cancelButton({}) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .padding(5) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix090.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix090.ets new file mode 100644 index 0000000000000000000000000000000000000000..6546c3a92ff5f38fc726edf441b33ca16a7a9c53 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix090.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix090 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix091.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix091.ets new file mode 100644 index 0000000000000000000000000000000000000000..e6a3959fc6f4798c11d03e3b3fb7040291324fac --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix091.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix091 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Password) + .showPassword(true) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix092.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix092.ets new file mode 100644 index 0000000000000000000000000000000000000000..730de70a2d816315cc662baf9ef9ce311ac780e8 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix092.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix092 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Password) + .showPassword(false) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix093.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix093.ets new file mode 100644 index 0000000000000000000000000000000000000000..f179c1b185247df4532ea7c638b7c237d8c3657a --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix093.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix093 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.NEW_PASSWORD) + .showPassword(false) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix094.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix094.ets new file mode 100644 index 0000000000000000000000000000000000000000..79615210f868d2b6e800d0cb6be421eb3772d55a --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix094.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix094 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.NEW_PASSWORD) + .showPassword(true) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix095.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix095.ets new file mode 100644 index 0000000000000000000000000000000000000000..4e3c058fcd1c0ef4bcf7fcbcd74b7f913fc1f0eb --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix095.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix095 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.SCREEN_LOCK_PASSWORD) + .showPassword(true) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix096.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix096.ets new file mode 100644 index 0000000000000000000000000000000000000000..37c39b5c0a673715bdf67d4aa690ddabbc940d93 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix096.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix096 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.SCREEN_LOCK_PASSWORD) + .showPassword(false) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix097.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix097.ets new file mode 100644 index 0000000000000000000000000000000000000000..98eb410505b61190a654bea8a2d96e1a2ba081fa --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix097.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix097 { + @State text: string = '123456789'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.NUMBER_PASSWORD) + .showPassword(false) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix098.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix098.ets new file mode 100644 index 0000000000000000000000000000000000000000..c69ed29c5cc44182af055e7706e3defce2d51193 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix098.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix098 { + @State text: string = '123456789'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.NUMBER_PASSWORD) + .showPassword(true) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix099.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix099.ets new file mode 100644 index 0000000000000000000000000000000000000000..8c162aaa3803c6d3773e8cfebe447c896556c8fa --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix099.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix099 { + @State text: string = '123ab?_! A123'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .style(TextContentStyle.INLINE) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix100.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix100.ets new file mode 100644 index 0000000000000000000000000000000000000000..ff5b654a864c2ac13396755c8f294288eb22e260 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix100.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix0100 { + @State text: string = '123ab?_! A1235431256321'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .style(TextContentStyle.INLINE) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix101.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix101.ets new file mode 100644 index 0000000000000000000000000000000000000000..ebd7a53cf78028bf24786f3b16a7ee1a1ad0f852 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix101.ets @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix101 { + @State text: string = '123ab?_! A123'; + @State PassWordSrc1: Resource = $r('app.media.icon') + @State PassWordSrc2: Resource = $r('app.media.icon') + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .type(InputType.Normal) + .cancelButton({}) + .maxLength(20) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix102.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix102.ets new file mode 100644 index 0000000000000000000000000000000000000000..a1e23e72b3f1e16811f73147f4b2bd2cf59e9fed --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix102.ets @@ -0,0 +1,59 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix102 { + @State text: string = '123ab?_! A123'; + @Builder itemEnd() { + Select([{ value: 'KB' }, + { value: 'MB' }, + { value: 'GB' }, + { value: 'TB', }]) + .height("48vp") + .borderRadius(0) + .selected(2) + .align(Alignment.Center) + .value('MB') + .font({ size: 20, weight: 500 }) + .fontColor('#182431') + .selectedOptionFont({ size: 20, weight: 400 }) + .optionFont({ size: 20, weight: 400 }) + .backgroundColor(Color.Transparent) + .responseRegion({ height: "40vp", width: "80%", x: '10%', y: '6vp' }) + .onSelect((index: number) => { + console.info('Select:' + index) + }) + } + build() { + Column() { + TextInput({ + text: this.text, + placeholder: 'Enter your password...', + }) + .width('80%') + .height('50') + .margin(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnit(this.itemEnd) + .maxLength(20) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix103.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix103.ets new file mode 100644 index 0000000000000000000000000000000000000000..2af6b670b3a36463fd62eb9ac312cf34bb2d5b82 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix103.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfaceMix103 { + @State text: string = '123ab?_! A1235431256321'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(false, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix104.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix104.ets new file mode 100644 index 0000000000000000000000000000000000000000..a58e89e23a47f03e24b9877c4bac2c8466ced0aa --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix104.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix104 { + @State text: string = '123ab?_! A1235431256321'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(false, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix105.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix105.ets new file mode 100644 index 0000000000000000000000000000000000000000..237d77d0c3b2bf222a1795318a91a965defde368 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix105.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix105 { + @State text: string = '123ab?_! A1235431256321'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .maxLength(20) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix106.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix106.ets new file mode 100644 index 0000000000000000000000000000000000000000..9cd5e6b83801cfccfb35187d7a7fdc6e63d42445 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix106.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix106 { + @State text: string = '123ab?_! A1235431256321'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 0, highlightBorder: true}, ) + .maxLength(110) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix107.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix107.ets new file mode 100644 index 0000000000000000000000000000000000000000..7b17bf381ec1d36a3b6402baea8e9160ce969e1c --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix107.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix107 { + @State text: string = '1234567890123456789012345678901234'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 31, highlightBorder: true}) + .maxLength(110) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix108.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix108.ets new file mode 100644 index 0000000000000000000000000000000000000000..6a2c3ed0998f2ab0970c9cb998eae4cea5a0b80e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix108.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix108 { + @State text: string = '1234567890123456789012345678901234567890123456789012345'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 50, highlightBorder: true}, ) + .maxLength(110) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix109.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix109.ets new file mode 100644 index 0000000000000000000000000000000000000000..3790bf94f648cc6e4647d61061d6abe24a855064 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix109.ets @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix109 { + @State text: string = '1234567890123456789012345678901234567890123456789012345'; // 状态变量用于存储文本输入内容 + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 100, highlightBorder: true}, ) + .maxLength(110) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix110.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix110.ets new file mode 100644 index 0000000000000000000000000000000000000000..3ba0e4fd16ca861055ee0aed8db734ab33df6735 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix110.ets @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix110 { + @State text: string = '1234567890123456789012345678901234567890123456789012345'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 100, highlightBorder: true}, ) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix111.ets b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix111.ets new file mode 100644 index 0000000000000000000000000000000000000000..64806ef1960f3d84dc4a71780133330f40a16b0e --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/ets/testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix111.ets @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Entry +@Component +struct UIComponentScrollSwiperInterfacemix111 { + @State text: string = '123456789012345678901234567890123456'; + controller: TextInputController = new TextInputController() + build() { + Column() { + TextInput({ + text: this.text, + controller:this.controller, + placeholder: 'Enter your password...', + }) + .width('336') + .height('56') + .type(InputType.Normal) + .fontSize(18) + .fontColor(Color.Black) + .showUnderline(true) + .showCounter(true, { thresholdPercentage: 30, highlightBorder: true}, ) + .maxLength(110) + .padding(5) + .onChange((value: string) => { + this.text = value + }) + } + } +} + + + + + + + + + + diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/profile/test_pages.json b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/profile/test_pages.json index d038d87630d955a9790f7104513f34a4bb2dd187..707527df78dda13f72be68bb4773e443fe4d5fce 100644 --- a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/profile/test_pages.json +++ b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/profile/test_pages.json @@ -1138,13 +1138,78 @@ "testability/pages/UIComponentTextCommonLinespaceC/UIComponentTextCommonLinespaceC006", "testability/pages/UIComponentTextCommonLinespaceC/UIComponentTextCommonLinespaceC007", "testability/pages/UIComponentTextCommonLinespaceC/UIComponentTextCommonLinespaceC008", - "testability/pages/UIComponentTextCommonLinespaceC/UIComponentTextCommonLinespaceC009" + "testability/pages/UIComponentTextCommonLinespaceC/UIComponentTextCommonLinespaceC009", "testability/pages/UiComponentNavModifier/UiComponentNavModifier013", "testability/pages/UiComponentSymbolSymbol/UiComponentSymbolSymbol009", "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation002", "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation003", "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation006", "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation007", - "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation008" + "testability/pages/UiComponentTextCommonAffineTransformation/UiComponentTextCommonAffineTransformation008", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix039", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix042", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix048", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix049", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix050", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix051", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix052", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix053", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix054", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix055", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix056", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix057", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix058", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix059", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix060", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix061", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix062", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix063", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix064", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix065", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix066", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix067", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix068", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix069", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix070", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix071", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix072", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix073", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix074", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix075", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix076", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix077", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix078", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix079", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix080", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix082", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix083", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix084", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix085", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix086", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix087", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix088", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix090", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix091", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix092", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix093", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix094", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix095", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix096", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix097", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix098", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix099", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix100", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix101", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix102", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix103", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix104", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix105", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix106", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix107", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix108", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix109", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix110", + "testability/pages/UIComponentScrollSwiperInterfaceMix/UIComponentScrollSwiperInterfaceMix111" + ] }