mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
test: fix snapshots of cell (#10414)
This commit is contained in:
parent
d2f6a3c96f
commit
5b72c4005b
@ -8,7 +8,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
>
|
||||
<div class="van-address-item">
|
||||
<div class="van-cell van-cell--borderless">
|
||||
<div class="van-cell__value van-address-item__value">
|
||||
<div class="van-cell__title van-address-item__title">
|
||||
<div role="radio"
|
||||
class="van-radio"
|
||||
tabindex="0"
|
||||
@ -41,7 +41,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
</div>
|
||||
<div class="van-address-item">
|
||||
<div class="van-cell van-cell--borderless">
|
||||
<div class="van-cell__value van-address-item__value">
|
||||
<div class="van-cell__title van-address-item__title">
|
||||
<div role="radio"
|
||||
class="van-radio"
|
||||
tabindex="0"
|
||||
@ -73,7 +73,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
</div>
|
||||
<div class="van-address-item van-address-item--disabled">
|
||||
<div class="van-cell van-cell--borderless">
|
||||
<div class="van-cell__value van-address-item__value">
|
||||
<div class="van-cell__title van-address-item__title">
|
||||
<div class="van-address-item__name">
|
||||
Tywin 1320000000
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-add-square van-cell__left-icon">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-card__value">
|
||||
<div class="van-cell__title van-contact-card__title">
|
||||
Add contact
|
||||
</div>
|
||||
<i class="van-badge__wrapper van-icon van-icon-arrow van-cell__right-icon">
|
||||
@ -22,7 +22,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-contact van-cell__left-icon">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-card__value">
|
||||
<div class="van-cell__title van-contact-card__title">
|
||||
<div>
|
||||
Name:John Snow
|
||||
</div>
|
||||
@ -38,7 +38,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
<div class="van-cell van-cell--center van-cell--borderless van-contact-card van-contact-card--edit">
|
||||
<i class="van-badge__wrapper van-icon van-icon-contact van-cell__left-icon">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-card__value">
|
||||
<div class="van-cell__title van-contact-card__title">
|
||||
<div>
|
||||
Name:John Snow
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-edit van-contact-list__edit">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-list__item-value">
|
||||
<div class="van-cell__title van-contact-list__item-title">
|
||||
John Snow,13000000000
|
||||
<transition-stub class="van-contact-list__item-tag">
|
||||
<span class="van-tag van-tag--round van-tag--primary">
|
||||
@ -39,7 +39,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-edit van-contact-list__edit">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-list__item-value">
|
||||
<div class="van-cell__title van-contact-list__item-title">
|
||||
Ned Stark,1310000000
|
||||
</div>
|
||||
<div role="radio"
|
||||
|
@ -11,7 +11,7 @@ exports[`should render ContactList correctly 1`] = `
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-edit van-contact-list__edit">
|
||||
</i>
|
||||
<div class="van-cell__value van-contact-list__item-value">
|
||||
<div class="van-cell__title van-contact-list__item-title">
|
||||
jack,12345678
|
||||
<transition-stub class="van-contact-list__item-tag">
|
||||
<span class="van-tag van-tag--round van-tag--primary">
|
||||
|
Loading…
x
Reference in New Issue
Block a user