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 9a9d32e commit b22db4eCopy full SHA for b22db4e
core/src/components/textarea/test/basic/textarea.e2e.ts
@@ -25,7 +25,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
25
26
// Verify that the event target is the checkbox and not the item
27
const event = clickEvent.events[0];
28
- expect((event.target as HTMLElement).tagName.toLowerCase()).toBe('textarea');
+ expect((event.target as HTMLElement).tagName.toLowerCase()).toBe('ion-textarea');
29
});
30
31
0 commit comments