Skip to content

Commit f2bab24

Browse files
committed
test(checkbox): add ionic theme to bottom content tests
1 parent 6c45e38 commit f2bab24

File tree

25 files changed

+1
-1
lines changed

25 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
9898
/**
9999
* Rendering is different across modes
100100
*/
101-
configs({ modes: ['ios', 'md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
101+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
102102
test.describe(title('checkbox: helper text rendering'), () => {
103103
// Check the default label placement, end, and stacked
104104
[undefined, 'end', 'stacked'].forEach((labelPlacement) => {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)