Skip to content

Commit d5a0971

Browse files
ShaneKthetaPC
andauthored
Update core/src/components/select/test/basic/select.e2e.ts
Co-authored-by: Maria Hutt <[email protected]>
1 parent 42d5f36 commit d5a0971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/select/test/basic/select.e2e.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
153153

154154
test.describe(title('select: click'), () => {
155155
test('clicking a select label should only trigger onclick once', async ({ page }) => {
156+
testInfo.annotations.push({
157+
type: 'issue',
158+
description: 'https://github.com/ionic-team/ionic-framework/issues/30165',
159+
});
156160
// Create a spy function in page context
157161
await page.setContent(
158162
`

0 commit comments

Comments
 (0)