From fbe4a7b3467efb6debe2f9ecc288e046464dc36c Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 21 Nov 2016 08:40:19 -0600 Subject: [PATCH] test(focus): update input focus e2e test --- .../input/test/input-focus/app-module.ts | 5 +- .../input/test/input-focus/main.html | 72 ++++++++++++++----- 2 files changed, 57 insertions(+), 20 deletions(-) diff --git a/src/components/input/test/input-focus/app-module.ts b/src/components/input/test/input-focus/app-module.ts index fe46ea35dc..383259b6fa 100644 --- a/src/components/input/test/input-focus/app-module.ts +++ b/src/components/input/test/input-focus/app-module.ts @@ -46,7 +46,10 @@ export class E2EApp { E2EPage ], imports: [ - IonicModule.forRoot(E2EApp) + IonicModule.forRoot(E2EApp, { + inputCloning: true, + scrollAssist: true + }) ], bootstrap: [IonicApp], entryComponents: [ diff --git a/src/components/input/test/input-focus/main.html b/src/components/input/test/input-focus/main.html index 6641f0ef83..8dc23fa8de 100644 --- a/src/components/input/test/input-focus/main.html +++ b/src/components/input/test/input-focus/main.html @@ -118,46 +118,82 @@ - Radios + Radio Group - Radio 1 + Radio Button 1 - Radio 2 + Radio Button 2 + + Radio Button 3 + + + - Bottom input 9: - + fixed input 16: + - Bottom input 8: - + fixed input 15: + - Bottom input 7: - + - Bottom input 6: - + floating input 13: + - Bottom input 5: - + + + + + fixed textarea 11: + + + + + stacked input 10: + + + + + inline input 9: + + + + + stacked textarea 8: + + + + + fixed input 7: + + + + + + + + + @@ -166,18 +202,16 @@ - Bottom input 3: - + - Bottom input 2: - + - Bottom input 1: - + inline input 1: +