Skip to content

Commit 823943d

Browse files
committed
test(textarea): use shadow part for styling native werapper
1 parent efef5a1 commit 823943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/textarea/test/label-placement/textarea.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, co
307307
await page.setContent(
308308
`
309309
<style>
310-
.custom-textarea .native-wrapper {
310+
.custom-textarea::part(container) {
311311
background: pink;
312312
}
313313
</style>

0 commit comments

Comments
 (0)