Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
755058df
Commit
755058df
authored
Apr 15, 2024
by
liguangyu06
Browse files
用例新增:电商下单时间排序功能验证_销售明细列表_降序
parent
63fee06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/cmdc_34st/data
View file @
755058df
...
...
@@ -211,9 +211,17 @@ checkDict27: {"returnGoodCode":"%s"}
#预期结果
checkDict28: {"returnGoodCode":"%s"}
#测试场景9:电商下单时间排序功能验证_销售明细列表_升序
"url9": "/order/public/getDemandSaleVo"
"payload9": {"sortKey":"createTime","sortValue":1,"saleType":1,"pageStart":1,"pageSize":10}
#预期结果
checkDict9: {"demandParentCode":"%s"}
#测试场景10:电商下单时间排序功能验证_销售明细列表_降序
"url10": "/order/public/getDemandSaleVo"
"payload10": {"sortKey":"createTime","sortValue":2,"saleType":1,"pageStart":1,"pageSize":10}
#预期结果
checkDict10: {"demandParentCode":"%s"}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment