feat(京东):支付界面-产品推荐 (#1481)

* feat(京东):支付界面-产品推荐

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #1476
This commit is contained in:
jiuqianyuan
2023-10-28 23:36:47 +08:00
committed by GitHub
parent 9168d76376
commit f3b712a205

View File

@@ -83,5 +83,15 @@ export default defineAppConfig({
rules: '[text="京东登录"] > [desc="确认登录"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734',
},
{
enable: false,
key: 11,
name: '支付界面-产品推荐',
desc: '自动点击右上角【x】',
activityIds:
'com.jd.lib.settlement.fillorder.activity.NewFillOrderActivity',
rules: 'ImageView[clickable=true && desc="关闭"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13191146',
},
],
});