UNPKG

@ionic/core

Version:
10 lines (9 loc) 346 B
import { newE2EPage } from '@stencil/core/testing'; test('slides: standalone', async () => { const page = await newE2EPage({ url: '/src/components/slides/test/standalone?ionic:_testing=true' }); await page.waitFor(500); const compare = await page.compareScreenshot(); expect(compare).toMatchScreenshot(); });