diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts b/core/src/components/checkbox/test/basic/checkbox.e2e.ts new file mode 100644 index 0000000000..ac8efcfd2a --- /dev/null +++ b/core/src/components/checkbox/test/basic/checkbox.e2e.ts @@ -0,0 +1,12 @@ +import { expect } from '@playwright/test'; +import { test } from '@utils/test/playwright'; + +test.describe('checkbox: basic', () => { + test('should not have visual regressions', async ({ page }) => { + await page.goto(`/src/components/checkbox/test/basic`); + + await page.setIonViewport(); + + expect(await page.screenshot()).toMatchSnapshot(`checkbox-basic-${page.getSnapshotSettings()}.png`); + }); +}); diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..d0030387f5 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..6d2ec7c206 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..0b1b990b18 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..63fb9c4cc5 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..b90d8a6b78 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..c1aa53cf41 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-ios-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..6d02bbcb6d Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..1a4ebbfb1b Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..cb8b676022 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..b49bcc6693 Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..0e1ca02cba Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..4ea3f7b2fd Binary files /dev/null and b/core/src/components/checkbox/test/basic/checkbox.e2e.ts-snapshots/checkbox-basic-md-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/basic/e2e.ts b/core/src/components/checkbox/test/basic/e2e.ts deleted file mode 100644 index f97b1907aa..0000000000 --- a/core/src/components/checkbox/test/basic/e2e.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { newE2EPage } from '@stencil/core/testing'; - -test('checkbox: basic', async () => { - const page = await newE2EPage({ - url: '/src/components/checkbox/test/basic?ionic:_testing=true', - }); - - const compare = await page.compareScreenshot(); - expect(compare).toMatchScreenshot(); -}); diff --git a/core/src/components/checkbox/test/basic/index.html b/core/src/components/checkbox/test/basic/index.html index 3d70d70b0a..1ce484aef7 100644 --- a/core/src/components/checkbox/test/basic/index.html +++ b/core/src/components/checkbox/test/basic/index.html @@ -44,7 +44,7 @@ - Secondary + Secondary, disabled @@ -64,7 +64,7 @@ - Dark + Dark, --size @@ -83,11 +83,6 @@ - - Dark - - - Checkmark width @@ -109,33 +104,5 @@ - - diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts new file mode 100644 index 0000000000..c6b0d99f95 --- /dev/null +++ b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts @@ -0,0 +1,12 @@ +import { expect } from '@playwright/test'; +import { test } from '@utils/test/playwright'; + +test.describe('checkbox: indeterminate', () => { + test('should not have visual regressions', async ({ page }) => { + await page.goto(`/src/components/checkbox/test/indeterminate`); + + await page.setIonViewport(); + + expect(await page.screenshot()).toMatchSnapshot(`checkbox-indeterminate-${page.getSnapshotSettings()}.png`); + }); +}); diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..da540b2bba Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..5be4fb42ff Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..b581cdb0d0 Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..89927e1744 Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..dddaf3c36b Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..163c70e77c Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-ios-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..1a23baadd3 Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..d4ed7e2e7b Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..f94bfce75c Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..be5424b42a Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..0c2604c2b3 Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..f0b3a1ca2d Binary files /dev/null and b/core/src/components/checkbox/test/indeterminate/checkbox.e2e.ts-snapshots/checkbox-indeterminate-md-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/indeterminate/e2e.ts b/core/src/components/checkbox/test/indeterminate/e2e.ts deleted file mode 100644 index e8b6e206ef..0000000000 --- a/core/src/components/checkbox/test/indeterminate/e2e.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { newE2EPage } from '@stencil/core/testing'; - -test('checkbox: indeterminate', async () => { - const page = await newE2EPage({ - url: '/src/components/checkbox/test/indeterminate?ionic:_testing=true', - }); - - const compare = await page.compareScreenshot(); - expect(compare).toMatchScreenshot(); -}); diff --git a/core/src/components/checkbox/test/indeterminate/index.html b/core/src/components/checkbox/test/indeterminate/index.html index 5b6740c196..97cc49d097 100644 --- a/core/src/components/checkbox/test/indeterminate/index.html +++ b/core/src/components/checkbox/test/indeterminate/index.html @@ -23,45 +23,6 @@ - - Native - - -
- - - -
- - - - -
- - - - -
- - - - -
-
- - - Ionic - - - Unchecked - - - - - Checked - - - Indeterminate diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts new file mode 100644 index 0000000000..2c2261d735 --- /dev/null +++ b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts @@ -0,0 +1,12 @@ +import { expect } from '@playwright/test'; +import { test } from '@utils/test/playwright'; + +test.describe('checkbox: standalone', () => { + test('should not have visual regressions', async ({ page }) => { + await page.goto(`/src/components/checkbox/test/standalone`); + + expect(await page.screenshot({ fullPage: true })).toMatchSnapshot( + `checkbox-standalone-${page.getSnapshotSettings()}.png` + ); + }); +}); diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..55030c9d6d Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..a4f5ae7fe7 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..76415762c7 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..954e7f160c Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..ecbc04e5c5 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..4153fb3390 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-ios-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..81598b0d45 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..8c93806ec1 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Safari-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Safari-linux.png new file mode 100644 index 0000000000..d9b0491056 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-ltr-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Chrome-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Chrome-linux.png new file mode 100644 index 0000000000..61a2c5524b Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Chrome-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Firefox-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Firefox-linux.png new file mode 100644 index 0000000000..6caf9ee9e1 Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Firefox-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Safari-linux.png b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Safari-linux.png new file mode 100644 index 0000000000..07e3f2cb4b Binary files /dev/null and b/core/src/components/checkbox/test/standalone/checkbox.e2e.ts-snapshots/checkbox-standalone-md-rtl-Mobile-Safari-linux.png differ diff --git a/core/src/components/checkbox/test/standalone/e2e.ts b/core/src/components/checkbox/test/standalone/e2e.ts deleted file mode 100644 index 74bb013efa..0000000000 --- a/core/src/components/checkbox/test/standalone/e2e.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { newE2EPage } from '@stencil/core/testing'; - -test('checkbox: standalone', async () => { - const page = await newE2EPage({ - url: '/src/components/checkbox/test/standalone?ionic:_testing=true', - }); - - const compare = await page.compareScreenshot(); - expect(compare).toMatchScreenshot(); -});