Skip to content

Commit 1865e50

Browse files
feat(toggle): add helper and error text to the ionic theme (#30281)
- Adds design for helper and error text to the toggle for the ionic theme - Updates tests to add screenshots for ionic theme --------- Co-authored-by: Brandy Smith <[email protected]>
1 parent 7f24ba0 commit 1865e50

File tree

28 files changed

+43
-13
lines changed

28 files changed

+43
-13
lines changed

core/src/components/toggle/test/bottom-content/toggle.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
8989
/**
9090
* Rendering is different across modes
9191
*/
92-
configs({ modes: ['ios', 'md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
92+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
9393
test.describe(title('toggle: helper text rendering'), () => {
9494
// Check the default label placement, end, and stacked
9595
[undefined, 'end', 'stacked'].forEach((labelPlacement) => {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)