Skip to content

Commit 9681311

Browse files
committed
test(input): update custom input test
1 parent 0f9a692 commit 9681311

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

core/src/components/input/test/bottom-content/input.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, co
193193
await page.setContent(
194194
`
195195
<style>
196-
ion-input {
196+
ion-input.custom-input {
197197
--highlight-color-invalid: purple;
198198
}
199199
</style>
200-
<ion-input class="ion-invalid ion-touched" label="Label" error-text="Error text"></ion-input>
200+
<ion-input class="ion-invalid ion-touched custom-input" label="Label" error-text="Error text"></ion-input>
201201
`,
202202
config
203203
);
Loading
Loading
Loading

0 commit comments

Comments
 (0)