tiny-vue/examples/sites/demos/pc/app/chart/liquidfill/liquidfill.spec.ts

6 lines
218 B
TypeScript

// test('base', async ({ page }) => {
// await page.goto('chart-liquidfill#liquidfill-base')
// const chart = page.locator('#liquidfill-base .hui-chart')
// await expect(chart).toHaveScreenshot('base.png')
// })