We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9669de commit 5570448Copy full SHA for 5570448
core/src/components/menu/test/multiple/menu.e2e.ts
@@ -7,6 +7,11 @@ import { configs, test } from '@utils/test/playwright';
7
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
8
test.describe(title('menu: multiple'), () => {
9
test.beforeEach(async ({ page }) => {
10
+ testInfo.annotations.push({
11
+ type: 'issue',
12
+ description: 'https://github.com/ionic-team/ionic-framework/issues/18974',
13
+ });
14
+
15
await page.goto(`/src/components/menu/test/multiple`, config);
16
});
17
0 commit comments