Skip to content

Commit 90425eb

Browse files
committed
add testInfo
1 parent 5570448 commit 90425eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { configs, test } from '@utils/test/playwright';
66
*/
77
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
88
test.describe(title('menu: multiple'), () => {
9-
test.beforeEach(async ({ page }) => {
9+
test.beforeEach(async ({ page }, testInfo) => {
1010
testInfo.annotations.push({
1111
type: 'issue',
1212
description: 'https://github.com/ionic-team/ionic-framework/issues/18974',

0 commit comments

Comments
 (0)