diff --git a/core/src/components/alert/test/a11y/alert.e2e.ts b/core/src/components/alert/test/a11y/alert.e2e.ts
index eecb703d6f3..a5e454e7583 100644
--- a/core/src/components/alert/test/a11y/alert.e2e.ts
+++ b/core/src/components/alert/test/a11y/alert.e2e.ts
@@ -30,7 +30,11 @@ const testAria = async (
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
test.describe(title('alert: text wrapping'), () => {
- test('should break on words and white spaces for radios', async ({ page }) => {
+ test('should break on words and white spaces for radios', async ({ page }, testInfo) => {
+ testInfo.annotations.push({
+ type: 'issue',
+ description: 'https://github.com/ionic-team/ionic-framework/issues/28406',
+ });
await page.setContent(
`
@@ -54,7 +58,11 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, c
await expect(page).toHaveScreenshot(screenshot(`alert-radio-text-wrap`));
});
- test('should break on words and white spaces for checkboxes', async ({ page }) => {
+ test('should break on words and white spaces for checkboxes', async ({ page }, testInfo) => {
+ testInfo.annotations.push({
+ type: 'issue',
+ description: 'https://github.com/ionic-team/ionic-framework/issues/28406',
+ });
await page.setContent(
`