Skip to content

Commit 877eecd

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import { configs, test } from '@utils/test/playwright';
44
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
55
test.describe(title('textarea: click'), () => {
66
test('should trigger onclick only once when clicking the label', async ({ page }) => {
7+
testInfo.annotations.push({
8+
type: 'issue',
9+
description: 'https://github.com/ionic-team/ionic-framework/issues/30165',
10+
});
711
// Create a spy function in page context
812
await page.setContent(`<ion-textarea label="Textarea"></ion-textarea>`, config);
913

0 commit comments

Comments
 (0)