mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch 'master' into alpha38
This commit is contained in:
4
ionic/components/search-bar/test/floating/e2e.ts
Normal file
4
ionic/components/search-bar/test/floating/e2e.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
it('should animate focus', function() {
|
||||
element(by.css('.e2eFloatingSearchBar input')).sendKeys("Should animate");
|
||||
});
|
||||
@@ -6,7 +6,7 @@
|
||||
<ion-content>
|
||||
<form [ng-form-model]="form">
|
||||
<label> Default Search </label>
|
||||
<ion-search-bar ng-control="searchQuery"></ion-search-bar>
|
||||
<ion-search-bar ng-control="searchQuery" class="e2eFloatingSearchBar"></ion-search-bar>
|
||||
<label> Placeholder Search </label>
|
||||
<ion-search-bar ng-control="searchQuery" placeholder="Filter"></ion-search-bar>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user