diff --git a/src/components/item/test/inputs/app-module.ts b/src/components/item/test/inputs/app-module.ts index d1537613f5..d21e7ec373 100644 --- a/src/components/item/test/inputs/app-module.ts +++ b/src/components/item/test/inputs/app-module.ts @@ -13,6 +13,14 @@ export class E2EPage { text = 'Text'; checkbox = true; range = 10; + + boolDisabled(): boolean { + return this.disabled; + } + + strDisabled(): string { + return this.disabled + ''; + } } @Component({ diff --git a/src/components/item/test/inputs/main.html b/src/components/item/test/inputs/main.html index c717e320c3..9d95e995d4 100644 --- a/src/components/item/test/inputs/main.html +++ b/src/components/item/test/inputs/main.html @@ -26,7 +26,7 @@ Select - + NES Nintendo64 PlayStation @@ -38,7 +38,7 @@ Toggle - + @@ -48,7 +48,7 @@ Input (placeholder) - + @@ -63,7 +63,7 @@ Range - +