Skip to content

Commit

Permalink
test(dept): [dept] Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiping0628 committed Mar 1, 2024
1 parent 6d0835e commit e881490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/dept/custom-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test('自定义服务数据', async ({ page }) => {
await page.goto('dept#custom-service')
const iconBox = page.locator('.tiny-input__suffix-inner svg')
await iconBox.first().click()
await page.getByPlaceholder('可输入部门编码或名称').frist().click()
await page.getByPlaceholder('可输入部门编码或名称').first().click()
await page.getByText('无线网络业务架构与设计部').click()
await page
.locator('div')
Expand Down

0 comments on commit e881490

Please sign in to comment.