Skip to content

Commit

Permalink
test(e2e): [dept,transfer]fix dept and transfer e2e error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jan 5, 2025
1 parent 3b69c4e commit 7e5ba93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
6 changes: 3 additions & 3 deletions examples/sites/demos/pc/app/dept/custom-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ test('自定义服务数据', async ({ page }) => {
await page.getByText('无线网络业务架构与设计部').click()
await page
.locator('div')
.filter({ hasText: /^SZSZSZ$/ })
.filter({ hasText: /^SZ SZ SZ$/ })
.getByRole('textbox')
.click()
await page.getByRole('listitem').filter({ hasText: 'SZ 技术' }).click()
await page
.locator('div')
.filter({ hasText: /^XXXXXX$/ })
.filter({ hasText: /^ XX XX XX $/ })
.getByRole('textbox')
.click()
await page.getByRole('listitem').filter({ hasText: '测试数据室 XX' }).click()
await page
.locator('div')
.filter({ hasText: /^XXXXXX$/ })
.filter({ hasText: /^ XX XX XX $/ })
.getByRole('textbox')
.click()
await page.getByRole('listitem').filter({ hasText: '测试数据室 XX' }).click()
Expand Down
31 changes: 0 additions & 31 deletions examples/sites/demos/pc/app/transfer/drop-config.spec.ts

This file was deleted.

0 comments on commit 7e5ba93

Please sign in to comment.