test(input): changing tests to include some selects and mixed inputs

This commit is contained in:
Brandy Carney
2016-03-14 18:38:59 -04:00
parent a4fc96de0d
commit a0a91b2d11
2 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,9 @@
<ion-item>
<ion-label fixed>CC</ion-label>
<ion-input value="Text 2"></ion-input>
<ion-select>
<ion-option checked>Admin</ion-option>
</ion-select>
</ion-item>
<ion-item>

View File

@ -18,12 +18,12 @@
</ion-item>
<ion-item clearInput>
<ion-label floating>Password</ion-label>
<ion-label>Password</ion-label>
<ion-input [(ngModel)]="login.password" ngControl="password" type="password" required></ion-input>
</ion-item>
<ion-item clearInput>
<ion-label floating>Comments</ion-label>
<ion-label>Comments</ion-label>
<ion-textarea [(ngModel)]="login.comments" ngControl="comments" required>Comment value</ion-textarea>
</ion-item>