Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
44a957a4
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
44a957a4
编写于
7月 01, 2023
作者:
李
李鲲辉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix bug for "滚动类组件支持配置fling效果的参数"XTS用例
Signed-off-by:
N
李鲲辉
<
likunhui@huawei.com
>
上级
c55ebaa2
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
4 addition
and
4 deletion
+4
-4
arkui/ace_ets_layout_test/entry/src/main/ets/test/Grid/Grid_attribute/Grid_GridFriction.test.ets
...n/ets/test/Grid/Grid_attribute/Grid_GridFriction.test.ets
+1
-1
arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets
...ace_ets_layout_test/entry/src/main/ets/test/List.test.ets
+1
-1
arkui/ace_ets_layout_test/entry/src/main/ets/test/Scroll/Scroll_attribute/Scroll_ScrollFriction.test.ets
...st/Scroll/Scroll_attribute/Scroll_ScrollFriction.test.ets
+1
-1
arkui/ace_ets_layout_test/entry/src/main/ets/test/WaterFlow/WaterFlow_attribute/WaterFlow_WaterFlowFriction.test.ets
.../WaterFlow_attribute/WaterFlow_WaterFlowFriction.test.ets
+1
-1
未找到文件。
arkui/ace_ets_layout_test/entry/src/main/ets/test/Grid/Grid_attribute/Grid_GridFriction.test.ets
浏览文件 @
44a957a4
...
...
@@ -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
G
rid_GridFrictionTest() {
export default function
g
rid_GridFrictionTest() {
describe('Grid_GridFrictionTest', function () {
beforeEach(async function (done) {
console.info("Grid_GridFrictionTest beforeEach start");
...
...
arkui/ace_ets_layout_test/entry/src/main/ets/test/List.test.ets
浏览文件 @
44a957a4
...
...
@@ -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 water
f
low_WaterFlowFrictionTest from './WaterFlow/WaterFlow_attribute/WaterFlow_WaterFlowFriction.test';
import water
F
low_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';
...
...
arkui/ace_ets_layout_test/entry/src/main/ets/test/Scroll/Scroll_attribute/Scroll_ScrollFriction.test.ets
浏览文件 @
44a957a4
...
...
@@ -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
S
croll_ScrollFrictionTest() {
export default function
s
croll_ScrollFrictionTest() {
describe('Scroll_ScrollFrictionTest', function () {
beforeEach(async function (done) {
console.info("Scroll_ScrollFrictionTest beforeEach start");
...
...
arkui/ace_ets_layout_test/entry/src/main/ets/test/WaterFlow/WaterFlow_attribute/WaterFlow_WaterFlowFriction.test.ets
浏览文件 @
44a957a4
...
...
@@ -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
W
aterFlow_WaterFlowFrictionTest() {
export default function
w
aterFlow_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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录