mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
test(): improve e2e tests
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
<ion-content class="outer-content">
|
||||
|
||||
<div>
|
||||
<ion-fab top right>
|
||||
<ion-fab top center>
|
||||
<button ion-fab><ion-icon name="add"></ion-icon></button>
|
||||
</ion-fab>
|
||||
</div>
|
||||
<ion-fab bottom right>
|
||||
<ion-fab bottom center>
|
||||
<button ion-fab><ion-icon name="close"></ion-icon></button>
|
||||
</ion-fab>
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
||||
<ion-content class="outer-content">
|
||||
|
||||
<div>
|
||||
<ion-fab top right>
|
||||
<ion-fab top center>
|
||||
<button ion-fab><ion-icon name="add"></ion-icon></button>
|
||||
</ion-fab>
|
||||
</div>
|
||||
<ion-fab bottom right>
|
||||
<ion-fab bottom center>
|
||||
<button ion-fab><ion-icon name="close"></ion-icon></button>
|
||||
</ion-fab>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<ion-content class="outer-content">
|
||||
|
||||
<div>
|
||||
<ion-fab top right>
|
||||
<ion-fab top center>
|
||||
<button ion-fab><ion-icon name="add"></ion-icon></button>
|
||||
</ion-fab>
|
||||
</div>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<ion-content>
|
||||
|
||||
<div>
|
||||
<ion-fab top right>
|
||||
<ion-fab top center>
|
||||
<button ion-fab><ion-icon name="add"></ion-icon></button>
|
||||
</ion-fab>
|
||||
</div>
|
||||
<ion-fab bottom right>
|
||||
<ion-fab bottom center>
|
||||
<button ion-fab><ion-icon name="close"></ion-icon></button>
|
||||
</ion-fab>
|
||||
|
||||
|
@ -381,12 +381,6 @@ export class ContactUs {
|
||||
</ion-header>
|
||||
|
||||
<ion-content padding>
|
||||
<p>
|
||||
<button ion-button (click)="push()">Push (Go to 2nd)</button>
|
||||
</p>
|
||||
<p>
|
||||
<button ion-button (click)="openActionSheet()">Open Action Sheet</button>
|
||||
</p>
|
||||
<p>ionViewCanEnter ({{called.ionViewCanEnter}})</p>
|
||||
<p>ionViewCanLeave ({{called.ionViewCanLeave}})</p>
|
||||
<p>ionViewDidLoad ({{called.ionViewDidLoad}})</p>
|
||||
@ -394,6 +388,12 @@ export class ContactUs {
|
||||
<p>ionViewDidEnter ({{called.ionViewDidEnter}})</p>
|
||||
<p>ionViewWillLeave ({{called.ionViewWillLeave}})</p>
|
||||
<p>ionViewDidLeave ({{called.ionViewDidLeave}})</p>
|
||||
<p>
|
||||
<button ion-button (click)="push()">Push (Go to 2nd)</button>
|
||||
</p>
|
||||
<p>
|
||||
<button ion-button (click)="openActionSheet()">Open Action Sheet</button>
|
||||
</p>
|
||||
<div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div>
|
||||
<div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div><div f></div>
|
||||
<ion-list>
|
||||
|
Reference in New Issue
Block a user