提交 44a957a4 编写于 作者: 李鲲辉

fix bug for "滚动类组件支持配置fling效果的参数"XTS用例

Signed-off-by: N李鲲辉 <likunhui@huawei.com>
上级 c55ebaa2
......@@ -17,7 +17,7 @@ import router from '@ohos.router';
import CommonFunc from '../../../MainAbility/common/Common';
import { UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern, DisplayRotation, ResizeDirection,
WindowMode, PointerMatrix, UiDirection, MouseButton } from '@ohos.UiTest';
export default function Grid_GridFrictionTest() {
export default function grid_GridFrictionTest() {
describe('Grid_GridFrictionTest', function () {
beforeEach(async function (done) {
console.info("Grid_GridFrictionTest beforeEach start");
......
......@@ -369,7 +369,7 @@ import Row_Size from './Row/parentComponentChanged/Row_Size.test';
import Row_VerticalAlign from './Row/parentComponentChanged/Row_VerticalAlign.test';
import list_ListFrictionTest from './List/List_attribute/List_ListFriction.test';
import grid_GridFrictionTest from './Grid/Grid_attribute/Grid_GridFriction.test';
import waterflow_WaterFlowFrictionTest from './WaterFlow/WaterFlow_attribute/WaterFlow_WaterFlowFriction.test';
import waterFlow_WaterFlowFrictionTest from './WaterFlow/WaterFlow_attribute/WaterFlow_WaterFlowFriction.test';
import scroll_ScrollFrictionTest from './Scroll/Scroll_attribute/Scroll_ScrollFriction.test';
import AlignContentFlex_Start from './Flex/alignContent/Start/AlignContentFlex_Start.test.ets';
......
......@@ -17,7 +17,7 @@ import router from '@ohos.router';
import CommonFunc from '../../../MainAbility/common/Common';
import { UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern, DisplayRotation, ResizeDirection,
WindowMode, PointerMatrix, UiDirection, MouseButton } from '@ohos.UiTest';
export default function Scroll_ScrollFrictionTest() {
export default function scroll_ScrollFrictionTest() {
describe('Scroll_ScrollFrictionTest', function () {
beforeEach(async function (done) {
console.info("Scroll_ScrollFrictionTest beforeEach start");
......
......@@ -17,7 +17,7 @@ import router from '@ohos.router';
import CommonFunc from '../../../MainAbility/common/Common';
import { UiComponent, UiDriver, Component, Driver, UiWindow, ON, BY, MatchPattern, DisplayRotation, ResizeDirection,
WindowMode, PointerMatrix, UiDirection, MouseButton } from '@ohos.UiTest';
export default function WaterFlow_WaterFlowFrictionTest() {
export default function waterFlow_WaterFlowFrictionTest() {
describe('WaterFlow_WaterFlowFrictionTest', function () {
beforeEach(async function (done) {
console.info("WaterFlow_WaterFlowFrictionTest beforeEach start");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册