Skip to content

Commit f18849d

Browse files
committed
test(modal): remove testinfo
1 parent f128fe7 commit f18849d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

core/src/components/modal/test/card/modal-card.e2e.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, c
9797
});
9898

9999
test.describe(title('card modal: drag events'), () => {
100-
test('should emit ionDragStart, ionDragMove, and ionDragEnd events', async ({ page }, testInfo) => {
101-
testInfo.annotations.push({
102-
type: 'issue',
103-
description: 'https://github.com/ionic-team/ionic-framework/issues/23955',
104-
});
105-
100+
test('should emit ionDragStart, ionDragMove, and ionDragEnd events', async ({ page }) => {
106101
await page.goto('/src/components/modal/test/card', config);
107102

108103
const ionModalDidPresent = await page.spyOnEvent('ionModalDidPresent');

core/src/components/modal/test/sheet/modal.e2e.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
355355
});
356356

357357
test.describe(title('sheet modal: drag events'), () => {
358-
test('should emit ionDragStart, ionDragMove, and ionDragEnd events', async ({ page }, testInfo) => {
359-
testInfo.annotations.push({
360-
type: 'issue',
361-
description: 'https://github.com/ionic-team/ionic-framework/issues/23955',
362-
});
363-
358+
test('should emit ionDragStart, ionDragMove, and ionDragEnd events', async ({ page }) => {
364359
await page.goto('/src/components/modal/test/sheet', config);
365360

366361
const ionModalDidPresent = await page.spyOnEvent('ionModalDidPresent');

0 commit comments

Comments
 (0)