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 c504457 commit c923474Copy full SHA for c923474
examples/sites/demos/pc/app/action-menu/card-mode.spec.ts
@@ -11,7 +11,5 @@ test('基本用法', async ({ page }) => {
11
12
await expect(visibleItem).toHaveCount(4)
13
await expect(moreItem).not.toHaveText(/更多/)
14
- // 三点图标
15
- const SvgPathReg = /^M2\.3 7\.78v.+219-1\.17Z$/
16
- await expect(moreItem.locator('.tiny-svg path').first()).toHaveAttribute('d', SvgPathReg)
+ await expect(moreItem.locator('.tiny-dropdown__suffix-inner .tiny-svg')).toBeVisible()
17
})
0 commit comments