UNPKG

@ionic/core

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