From 48b4cc36b8b0ae7d9fb957435c24f4544e3554b1 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 10 Aug 2023 17:14:50 -0500 Subject: [PATCH] add issue annotation --- core/src/components/datetime/test/cancel/datetime.e2e.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/src/components/datetime/test/cancel/datetime.e2e.ts b/core/src/components/datetime/test/cancel/datetime.e2e.ts index c8cfc0db7d..977d85fe3a 100644 --- a/core/src/components/datetime/test/cancel/datetime.e2e.ts +++ b/core/src/components/datetime/test/cancel/datetime.e2e.ts @@ -44,7 +44,12 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => await ionModalDidDismiss.next(); }); - test('should reset the internal state of datetime', async ({ page }) => { + test('should reset the internal state of datetime', async ({ page }, testInfo) => { + testInfo.annotations.push({ + type: 'issue', + description: 'https://github.com/ionic-team/ionic-framework/issues/27975', + }); + await page.setContent( `