tiny-vue_version0/examples/sites/demos/pc/app/chart/map/map.spec.ts

8 lines
226 B
TypeScript

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