We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e3072 commit 9e21813Copy full SHA for 9e21813
examples/sites/demos/pc/app/popeditor/suggest.spec.ts
@@ -10,5 +10,5 @@ test('PopEditor 联想查询', async ({ page }) => {
10
11
await textBox.fill('科技')
12
await page.waitForTimeout(500)
13
- await expect(grid).toBeVisible()
+ await expect(grid.filter({ hasText: /GFD 科技 YX 公司/ })).toBeVisible()
14
})
0 commit comments