Skip to content

Commit

Permalink
✅ test: 修正单测
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 28, 2022
1 parent ce4cada commit de94cfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Footer 组件 微信登陆页面 1`] = `
<span
class="ant-divider-inner-text"
>
Or
</span>
</div>
<button
Expand Down Expand Up @@ -40,7 +40,7 @@ exports[`Footer 组件 微信登陆页面 1`] = `
</svg>
</span>
<span>
微信登录
Login by Wechat
</span>
</button>
<div
Expand Down Expand Up @@ -75,7 +75,7 @@ exports[`Footer 组件 忘记密码 1`] = `
<span
class="ant-divider-inner-text"
>
Or
</span>
</div>
<div
Expand Down Expand Up @@ -110,7 +110,7 @@ exports[`Footer 组件 登录页脚 1`] = `
<span
class="ant-divider-inner-text"
>
Or
</span>
</div>
<div
Expand All @@ -119,13 +119,13 @@ exports[`Footer 组件 登录页脚 1`] = `
<span
class="ant-typography"
>
没有账号
Don't have an account
</span>
<div
class="avx-user-panel-footer-register"
>
<a>
创建账户
Signup now
</a>
</div>
</div>
Expand All @@ -145,7 +145,7 @@ exports[`Footer 组件 空 1`] = `
<span
class="ant-divider-inner-text"
>
Or
</span>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`Header 组件 登录头部 1`] = `
class="ant-typography"
style="text-align: center; margin-bottom: 24px; font-weight: normal;"
>
立即登录
Login
</h2>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`WechatLogin 组件 默认状态 1`] = `
</svg>
</span>
<span>
微信登录
Login by Wechat
</span>
</button>
</div>
Expand Down

0 comments on commit de94cfc

Please sign in to comment.