Skip to content

Commit 5570448

Browse files
committed
add annotations
1 parent c9669de commit 5570448

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/components/menu/test/multiple/menu.e2e.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ import { configs, test } from '@utils/test/playwright';
77
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
88
test.describe(title('menu: multiple'), () => {
99
test.beforeEach(async ({ page }) => {
10+
testInfo.annotations.push({
11+
type: 'issue',
12+
description: 'https://github.com/ionic-team/ionic-framework/issues/18974',
13+
});
14+
1015
await page.goto(`/src/components/menu/test/multiple`, config);
1116
});
1217

0 commit comments

Comments
 (0)