UNPKG

@ionic/core

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