test: prefer enUS (#8144)

This commit is contained in:
neverland 2021-02-12 20:06:11 +08:00 committed by GitHub
parent eaf01090cc
commit cb2c2b9b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 67 additions and 66 deletions

View File

@ -12,14 +12,14 @@ exports[`should render AddressEdit correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
姓名
Name
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="text"
class="van-field__control"
placeholder="收货人姓名"
placeholder="Name"
>
</div>
</div>
@ -27,14 +27,14 @@ exports[`should render AddressEdit correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
电话
Phone
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="收货人手机号"
placeholder="Phone"
>
</div>
</div>
@ -45,7 +45,7 @@ exports[`should render AddressEdit correctly 1`] = `
>
<div class="van-cell__title van-field__label">
<span>
地区
Area
</span>
</div>
<div class="van-cell__value van-field__value">
@ -53,7 +53,7 @@ exports[`should render AddressEdit correctly 1`] = `
<input type="text"
class="van-field__control"
readonly
placeholder="选择省 / 市 / 区"
placeholder="Area"
>
<div class="van-field__right-icon">
<i class="van-badge__wrapper van-icon van-icon-arrow">
@ -65,14 +65,14 @@ exports[`should render AddressEdit correctly 1`] = `
<div class="van-cell van-field van-address-edit-detail">
<div class="van-cell__title van-field__label">
<span>
详细地址
Address
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<textarea rows="1"
class="van-field__control"
placeholder="街道门牌、楼层房间号等信息"
placeholder="Address"
>
</textarea>
</div>
@ -85,7 +85,7 @@ exports[`should render AddressEdit correctly 1`] = `
>
<div class="van-button__content">
<span class="van-button__text">
保存
Save
</span>
</div>
</button>
@ -99,14 +99,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
姓名
Name
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="text"
class="van-field__control"
placeholder="收货人姓名"
placeholder="Name"
>
</div>
</div>
@ -114,14 +114,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
电话
Phone
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="收货人手机号"
placeholder="Phone"
>
</div>
</div>
@ -132,7 +132,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
>
<div class="van-cell__title van-field__label">
<span>
地区
Area
</span>
</div>
<div class="van-cell__value van-field__value">
@ -140,7 +140,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
<input type="text"
class="van-field__control"
readonly
placeholder="选择省 / 市 / 区"
placeholder="Area"
>
<div class="van-field__right-icon">
<i class="van-badge__wrapper van-icon van-icon-arrow">
@ -152,14 +152,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div class="van-cell van-field van-address-edit-detail">
<div class="van-cell__title van-field__label">
<span>
详细地址
Address
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<textarea rows="1"
class="van-field__control"
placeholder="街道门牌、楼层房间号等信息"
placeholder="Address"
>
</textarea>
</div>
@ -168,14 +168,14 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
邮政编码
Postal
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="邮政编码"
placeholder="Postal"
>
</div>
</div>
@ -184,7 +184,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
<div class="van-cell van-cell--center van-address-edit__default">
<div class="van-cell__title">
<span>
设为默认收货地址
Set as the default address
</span>
</div>
<div role="switch"
@ -202,7 +202,7 @@ exports[`should render AddressEdit with props correctly 1`] = `
>
<div class="van-button__content">
<span class="van-button__text">
保存
Save
</span>
</div>
</button>
@ -214,19 +214,19 @@ exports[`should valid address detail and render error message correctly 1`] = `
<div class="van-cell van-field van-address-edit-detail">
<div class="van-cell__title van-field__label">
<span>
详细地址
Address
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<textarea rows="1"
class="van-field__control"
placeholder="街道门牌、楼层房间号等信息"
placeholder="Address"
>
</textarea>
</div>
<div class="van-field__error-message">
请填写详细地址
Address can not be empty
</div>
</div>
</div>
@ -236,14 +236,14 @@ exports[`should valid address detail and render error message correctly 2`] = `
<div class="van-cell van-field van-address-edit-detail">
<div class="van-cell__title van-field__label">
<span>
详细地址
Address
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<textarea rows="1"
class="van-field__control"
placeholder="街道门牌、楼层房间号等信息"
placeholder="Address"
style="height: auto;"
>
</textarea>
@ -259,7 +259,7 @@ exports[`should valid area code and render error message correctly 1`] = `
>
<div class="van-cell__title van-field__label">
<span>
地区
Area
</span>
</div>
<div class="van-cell__value van-field__value">
@ -267,7 +267,7 @@ exports[`should valid area code and render error message correctly 1`] = `
<input type="text"
class="van-field__control"
readonly
placeholder="选择省 / 市 / 区"
placeholder="Area"
>
<div class="van-field__right-icon">
<i class="van-badge__wrapper van-icon van-icon-arrow">
@ -275,7 +275,7 @@ exports[`should valid area code and render error message correctly 1`] = `
</div>
</div>
<div class="van-field__error-message">
请选择地区
Please select a receiving area
</div>
</div>
</div>
@ -288,7 +288,7 @@ exports[`should valid area code and render error message correctly 2`] = `
>
<div class="van-cell__title van-field__label">
<span>
地区
Area
</span>
</div>
<div class="van-cell__value van-field__value">
@ -296,7 +296,7 @@ exports[`should valid area code and render error message correctly 2`] = `
<input type="text"
class="van-field__control"
readonly
placeholder="选择省 / 市 / 区"
placeholder="Area"
>
<div class="van-field__right-icon">
<i class="van-badge__wrapper van-icon van-icon-arrow">
@ -311,18 +311,18 @@ exports[`should valid name and render error message correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
姓名
Name
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="text"
class="van-field__control"
placeholder="收货人姓名"
placeholder="Name"
>
</div>
<div class="van-field__error-message">
请填写姓名
Please fill in the name
</div>
</div>
</div>
@ -332,14 +332,14 @@ exports[`should valid name and render error message correctly 2`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
姓名
Name
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="text"
class="van-field__control"
placeholder="收货人姓名"
placeholder="Name"
>
</div>
</div>
@ -350,18 +350,18 @@ exports[`should valid postal code and render error message correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
邮政编码
Postal
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="邮政编码"
placeholder="Postal"
>
</div>
<div class="van-field__error-message">
邮政编码格式不正确
Wrong postal code
</div>
</div>
</div>
@ -371,14 +371,14 @@ exports[`should valid postal code and render error message correctly 2`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
邮政编码
Postal
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="邮政编码"
placeholder="Postal"
>
</div>
</div>
@ -389,18 +389,18 @@ exports[`should valid tel and render error message correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
电话
Phone
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="收货人手机号"
placeholder="Phone"
>
</div>
<div class="van-field__error-message">
请输入正确的手机号
Malformed phone number
</div>
</div>
</div>
@ -410,14 +410,14 @@ exports[`should valid tel and render error message correctly 2`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label">
<span>
电话
Phone
</span>
</div>
<div class="van-cell__value van-field__value">
<div class="van-field__body">
<input type="tel"
class="van-field__control"
placeholder="收货人手机号"
placeholder="Phone"
>
</div>
</div>

View File

@ -6,12 +6,12 @@ exports[`should render columns-top、columns-bottom slot correctly 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
Top
@ -54,13 +54,13 @@ exports[`should render title slot correctly 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
Custom Title
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
`;
@ -71,12 +71,12 @@ exports[`should render two columns when columns-num prop is two 1`] = `
<button type="button"
class="van-picker__cancel"
>
取消
Cancel
</button>
<button type="button"
class="van-picker__confirm"
>
确认
Confirm
</button>
</div>
<div class="van-picker__columns"

View File

@ -32,7 +32,7 @@ exports[`should update tabs when previous tab is clicked 1`] = `
aria-selected="true"
>
<span class="van-tab__text">
请选择
Select
</span>
</div>
<div class="van-tabs__line"

View File

@ -2,12 +2,12 @@
exports[`should validate contact name before submitting form 1`] = `
<div class="van-field__error-message">
请输入正确的姓名
Malformed name
</div>
`;
exports[`should validate contact tel before submitting form 1`] = `
<div class="van-field__error-message">
请输入正确的手机号
Malformed phone number
</div>
`;

View File

@ -36,7 +36,7 @@ exports[`should render ContactList correctly 1`] = `
>
<div class="van-button__content">
<span class="van-button__text">
新建联系人
Add new contact
</span>
</div>
</button>

View File

@ -3,7 +3,7 @@
exports[`should render page slot correctly 1`] = `
<ul class="van-pagination">
<li class="van-pagination__item van-pagination__prev van-hairline">
上一页
Previous
</li>
<li class="van-pagination__item van-pagination__page van-hairline">
foo 1
@ -21,7 +21,7 @@ exports[`should render page slot correctly 1`] = `
foo 5
</li>
<li class="van-pagination__item van-pagination__next van-hairline">
下一页
Next
</li>
</ul>
`;

View File

@ -7,7 +7,7 @@ exports[`should render different head content in different pulling status 1`] =
>
<div class="van-pull-refresh__head">
<div class="van-pull-refresh__text">
下拉即可刷新...
Pull to refresh...
</div>
</div>
</div>
@ -21,7 +21,7 @@ exports[`should render different head content in different pulling status 2`] =
>
<div class="van-pull-refresh__head">
<div class="van-pull-refresh__text">
释放即可刷新...
Loose to refresh...
</div>
</div>
</div>
@ -50,7 +50,7 @@ exports[`should render different head content in different pulling status 3`] =
</svg>
</span>
<span class="van-loading__text">
加载中...
Loading...
</span>
</div>
</div>
@ -80,7 +80,7 @@ exports[`should render different head content in different pulling status 4`] =
</svg>
</span>
<span class="van-loading__text">
加载中...
Loading...
</span>
</div>
</div>

View File

@ -34,7 +34,7 @@ exports[`should render title and description slot correctly 1`] = `
<button type="button"
class="van-share-sheet__cancel"
>
取消
Cancel
</button>
</div>
</transition-stub>

View File

@ -1,11 +1,8 @@
import { h } from 'vue';
import Locale from '../src/locale';
import enUS from '../src/locale/lang/en-US';
import { mount, later } from '.';
import { DemoLocaleMixin } from '../docs/site/demo-locale';
Locale.use('en-US', enUS);
const EmptyComponent = {
render() {
return h('div', [this.$slots.default()]);

View File

@ -1,4 +1,8 @@
import './plugin';
import Locale from '../src/locale';
import enUS from '../src/locale/lang/en-US';
Locale.use('en-US', enUS);
// promisify setTimeout
export function later(delay = 0): Promise<void> {