mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Coupon: fix test case fail
This commit is contained in:
parent
2d744a0ca1
commit
f50301c2aa
@ -82,8 +82,7 @@ describe('CouponCell', () => {
|
||||
|
||||
DOMChecker(wrapper, {
|
||||
text: {
|
||||
'.van-cell__value--link h2': '新手专用优惠券 省¥1.50',
|
||||
'.van-cell__value--link span': '下单立减 1.50 元'
|
||||
'.van-cell__value--link div div': '新手专用优惠券 省¥1.50'
|
||||
},
|
||||
count: {
|
||||
'.van-cell__right-icon': 1
|
||||
@ -102,8 +101,7 @@ describe('CouponCell', () => {
|
||||
|
||||
DOMChecker(wrapper, {
|
||||
text: {
|
||||
'.van-cell__value h2': '新手专用优惠券 省¥1.50',
|
||||
'.van-cell__value span': '下单立减 1.50 元'
|
||||
'.van-cell__value div div': '新手专用优惠券 省¥1.50'
|
||||
},
|
||||
count: {
|
||||
'.van-cell__right-icon': 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user