Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
德宏大魔王
uni-starter
提交
676c5f20
U
uni-starter
项目概览
德宏大魔王
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
676c5f20
编写于
1月 07, 2023
作者:
study夏羽
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jest h5
上级
846dbb8b
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
4 addition
and
4 deletion
+4
-4
pages/list/list.test.js
pages/list/list.test.js
+2
-2
static/screenshot/about.png
static/screenshot/about.png
+0
-0
uni_modules/uni-id-pages/pages/userinfo/userinfo.test1.js
uni_modules/uni-id-pages/pages/userinfo/userinfo.test1.js
+2
-2
未找到文件。
pages/list/list.test.js
浏览文件 @
676c5f20
...
...
@@ -7,7 +7,7 @@ describe('pages/list/list.vue', () => {
})
it
(
'
检测标题
'
,
async
()
=>
{
expect
.
assertions
(
1
);
//
expect.assertions(1);
const
getData
=
await
page
.
data
(
'
dataList
'
)
// console.log("getData: ",getData);
expect
(
getData
.
title
).
toBe
(
'
阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务
'
)
...
...
@@ -15,7 +15,7 @@ describe('pages/list/list.vue', () => {
it
(
'
点击搜索跳转
'
,
async
()
=>
{
// expect.assertions(2);
const
searchTo
=
await
page
.
callMethod
(
'
searchClick
'
)
await
page
.
callMethod
(
'
searchClick
'
)
await
page
.
waitFor
(
1000
)
if
(
process
.
env
.
UNI_PLATFORM
!=
"
mp-weixin
"
)
{
...
...
static/screenshot/about.png
查看替换文件 @
846dbb8b
浏览文件 @
676c5f20
62.3 KB
|
W:
|
H:
62.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
uni_modules/uni-id-pages/pages/userinfo/userinfo.test.js
→
uni_modules/uni-id-pages/pages/userinfo/userinfo.test
1
.js
浏览文件 @
676c5f20
...
...
@@ -6,7 +6,6 @@ describe('uni_modules/uni-id-pages/pages/userinfo/userinfo.vue', () => {
beforeAll
(
async
()
=>
{
page
=
await
program
.
navigateTo
(
'
/uni_modules/uni-id-pages/pages/userinfo/userinfo
'
)
await
page
.
waitFor
(
500
)
// page = await program.currentPage()
console
.
log
(
"
program.pageStack:
"
,
await
program
.
pageStack
());
});
...
...
@@ -22,7 +21,7 @@ describe('uni_modules/uni-id-pages/pages/userinfo/userinfo.vue', () => {
"
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-52b18b34-3a3e-4861-89a0-c362c7634787/5105c383-8d83-4f40-938e-7c32c5983f8d.png
"
,
"
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-52b18b34-3a3e-4861-89a0-c362c7634787/61869c72-3117-4ea4-8d6d-ebb67617c7d9.jpg
"
,
"
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-52b18b34-3a3e-4861-89a0-c362c7634787/558cde0a-b514-4de7-8c7d-1d6b733f9440.png
"
]
const
avatar_file
=
{
url
:
imgs
[
Math
.
floor
(
Math
.
random
()
*
imgs
.
length
)]
}
...
...
@@ -30,6 +29,7 @@ describe('uni_modules/uni-id-pages/pages/userinfo/userinfo.vue', () => {
if
(
process
.
env
.
UNI_PLATFORM
!=
"
mp-weixin
"
)
{
const
elBox
=
await
page
.
$
(
'
.box
'
)
console
.
log
(
"
elBox:
"
,
elBox
);
await
elBox
.
callMethod
(
'
setAvatarFile
'
,
avatar_file
)
}
else
{
await
page
.
waitFor
(
500
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录