Skip to content

Commit

Permalink
fix(vue-renderless): [user,user-account,user-contact,user-head,user-l…
Browse files Browse the repository at this point in the history
…ink,virtual-scroll-box,virtual-tree,watermark,wizard] fix site: Optimize site documentation typesetting
  • Loading branch information
dufu1991 committed Jan 3, 2025
1 parent fde695f commit 8b1133c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test('user-link-custom-service', async ({ page }) => {
await expect(img).toHaveAttribute('src', /\/images\/dog1.png/)

const text = card.locator('.card-top-text')
await expect(text).toContainText(['公共技术测试数据部门 (测试数据部)'])
await expect(text).toContainText(['公共技术测试数据部门(测试数据部)'])

await page.getByText('展开').click()
await page.getByText('收起').click()
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/wizard/time-line-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('时间线流程图', async ({ page }) => {
.nth(3)
const xiaoHongBottom = page
.getByRole('tooltip', { name: '小红 工号:123456890 部门:某部门 邮件:example@example.com 手机:1234567890' })
.getByText('部门:某部门邮件:example@example.com 手机:1234567890')
.getByText('部门:某部门邮件:example@example.com手机:1234567890')

await expect(nodeLines).toHaveCount(2)
await expect(nodeDates).toHaveCount(2)
Expand Down

0 comments on commit 8b1133c

Please sign in to comment.