test(utils): migrate utils e2e tests to playwright (#26377)

This commit is contained in:
Liam DeBeasi
2022-11-30 15:53:25 -05:00
committed by GitHub
parent 13fe669dc1
commit db4cdeb444
36 changed files with 485 additions and 1480 deletions

View File

@ -1,10 +0,0 @@
import { newE2EPage } from '@stencil/core/testing';
test('label: basic', async () => {
const page = await newE2EPage({
url: '/src/components/label/test/basic?ionic:_testing=true',
});
const compare = await page.compareScreenshot();
expect(compare).toMatchScreenshot();
});