Skip to content

Commit d1bcb6a

Browse files
committed
improve textarea test
1 parent 5b5cda1 commit d1bcb6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
3131
test('should render focused textarea correctly', async ({ page }) => {
3232
await page.setContent(
3333
`
34-
<ion-textarea label="Email" value="[email protected]" class="has-focus"></ion-textarea>
34+
<div class="container ion-padding">
35+
<ion-textarea label="Email" value="[email protected]" class="has-focus"></ion-textarea>
36+
</div>
3537
`,
38+
39+
3640
config
3741
);
3842

0 commit comments

Comments
 (0)