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 47aab6c commit 877eecdCopy full SHA for 877eecd
core/src/components/textarea/test/basic/textarea.e2e.ts
@@ -4,6 +4,10 @@ import { configs, test } from '@utils/test/playwright';
4
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
5
test.describe(title('textarea: click'), () => {
6
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
+ });
11
// Create a spy function in page context
12
await page.setContent(`<ion-textarea label="Textarea"></ion-textarea>`, config);
13
0 commit comments