You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('should not have visual regressions when rendering helper text with wrapping text',async({ page })=>{
110
-
awaitpage.setContent(`<ion-checkbox helper-text="Helper text helper text helper text helper text helper text helper text helper text helper text helper text">Label</ion-checkbox>`,config);
108
+
awaitpage.setContent(
109
+
`<ion-checkbox helper-text="Helper text helper text helper text helper text helper text helper text helper text helper text helper text">Label</ion-checkbox>`,
test('should not have visual regressions when rendering helper text with a stacked label and wrapping text',async({ page })=>{
122
-
awaitpage.setContent(`<ion-checkbox label-placement="stacked" helper-text="Helper text helper text helper text helper text helper text helper text helper text helper text helper text">Label</ion-checkbox>`,config);
125
+
test('should not have visual regressions when rendering helper text with a stacked label and wrapping text',async({
126
+
page,
127
+
})=>{
128
+
awaitpage.setContent(
129
+
`<ion-checkbox label-placement="stacked" helper-text="Helper text helper text helper text helper text helper text helper text helper text helper text helper text">Label</ion-checkbox>`,
0 commit comments