Skip to content

Commit 42d5f36

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, c
133133

134134
test.describe(title('input: click'), () => {
135135
test('should trigger onclick only once when clicking the label', async ({ page }) => {
136+
testInfo.annotations.push({
137+
type: 'issue',
138+
description: 'https://github.com/ionic-team/ionic-framework/issues/30165',
139+
});
136140
// Create a spy function in page context
137141
await page.setContent(
138142
`

0 commit comments

Comments
 (0)