Skip to content

Commit 9e21813

Browse files
authored
fix(popeditor): fix popeditor's e2e (#3683)
1 parent 57e3072 commit 9e21813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/popeditor/suggest.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ test('PopEditor 联想查询', async ({ page }) => {
1010

1111
await textBox.fill('科技')
1212
await page.waitForTimeout(500)
13-
await expect(grid).toBeVisible()
13+
await expect(grid.filter({ hasText: /GFD YX / })).toBeVisible()
1414
})

0 commit comments

Comments
 (0)