提交 ba131b3e 编写于 作者: Y yurj26

fix: button test

上级 b4d0716b
...@@ -27,7 +27,7 @@ describe('Button.uvue', () => { ...@@ -27,7 +27,7 @@ describe('Button.uvue', () => {
}) })
it('text', async () => { it('text', async () => {
const textBtn = await page.$('.text-button') const textBtn = await page.$('.text-button')
expect(await textBtn.text()).toEqual('按钮') expect(await textBtn.text()).toEqual('文字来自data绑定')
await page.setData({ await page.setData({
text: 'button', text: 'button',
}) })
......
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
.button-sp-area { .button-sp-area {
margin: 0 auto; margin: 0 auto;
width: 70%; width: 90%;
} }
.mini-btn { .mini-btn {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册