diff --git a/core/src/components/chip/test/states/chip.e2e.ts b/core/src/components/chip/test/states/chip.e2e.ts index be95516991..bec4a3c4da 100644 --- a/core/src/components/chip/test/states/chip.e2e.ts +++ b/core/src/components/chip/test/states/chip.e2e.ts @@ -4,10 +4,7 @@ import { configs, test } from '@utils/test/playwright'; /** * This behavior does not vary across modes/directions */ -configs({ modes: ['ios'], directions: ['ltr'], palettes: ['dark', 'light'] }).forEach(({ title, screenshot, config }) => { - /** - * This behavior does not vary across modes/directions. - */ +configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => { test.describe(title('chip: states'), () => { test('should render disabled state', async ({ page }) => { await page.goto(`/src/components/chip/test/states`, config); diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Chrome-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Chrome-linux.png deleted file mode 100644 index 425f47485f..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Chrome-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Firefox-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Firefox-linux.png deleted file mode 100644 index 7353e88d33..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Firefox-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Safari-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Safari-linux.png deleted file mode 100644 index d65fe29522..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-activated-ios-ltr-dark-Mobile-Safari-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Chrome-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Chrome-linux.png deleted file mode 100644 index 7bc6332d07..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Chrome-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Firefox-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Firefox-linux.png deleted file mode 100644 index 89291a065c..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Firefox-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Safari-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Safari-linux.png deleted file mode 100644 index 5c3279102e..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-custom-ios-ltr-dark-Mobile-Safari-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Chrome-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Chrome-linux.png deleted file mode 100644 index 1ce2e0e368..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Chrome-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Firefox-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Firefox-linux.png deleted file mode 100644 index b2a9bf61ce..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Firefox-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Safari-linux.png b/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Safari-linux.png deleted file mode 100644 index 2636049d51..0000000000 Binary files a/core/src/components/chip/test/states/chip.e2e.ts-snapshots/chip-disabled-ios-ltr-dark-Mobile-Safari-linux.png and /dev/null differ diff --git a/core/src/components/chip/test/states/index.html b/core/src/components/chip/test/states/index.html index 62f20831ad..9802bd29df 100644 --- a/core/src/components/chip/test/states/index.html +++ b/core/src/components/chip/test/states/index.html @@ -17,7 +17,6 @@
- `ion-chip` is not focusable by default, meaning it doesn't use `ion-focusable`. But it does have focus styles that target the `:focus` pseudo-class. In order to see the focus styles, you need to add tabindex="0" and tab into the chip. + `ion-chip` is not focusable by default, meaning it doesn't use `ion-focusable`. But it does have focus styles + that target the `:focus` pseudo-class. In order to see the focus styles, you need to add tabindex="0" and tab + into the chip.