mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
test(button): update e2e test to match v3
This commit is contained in:
@ -16,24 +16,24 @@
|
||||
</ion-header>
|
||||
|
||||
<ion-content id="content" padding text-center no-bounce>
|
||||
<ion-button round>Button</ion-button>
|
||||
<ion-button round color="light">Button Light</ion-button>
|
||||
<ion-button round color="secondary">Button Secondary</ion-button>
|
||||
<ion-button round color="warning">Button Warning</ion-button>
|
||||
<ion-button round color="danger">Button Danger</ion-button>
|
||||
<ion-button round color="dark">Button Dark</ion-button>
|
||||
<ion-button round>button</ion-button>
|
||||
<ion-button round color="light">button light</ion-button>
|
||||
<ion-button round color="secondary">button secondary</ion-button>
|
||||
<ion-button round color="warning">button warning</ion-button>
|
||||
<ion-button round color="danger">button danger</ion-button>
|
||||
<ion-button round color="dark">button dark</ion-button>
|
||||
|
||||
<ion-button fill="outline" round>Button</ion-button>
|
||||
<ion-button fill="outline" round color="light">Button Light</ion-button>
|
||||
<ion-button fill="outline" round color="secondary">Button Secondary</ion-button>
|
||||
<ion-button fill="outline" round color="warning">Button Warning</ion-button>
|
||||
<ion-button fill="outline" round color="danger">Button Danger</ion-button>
|
||||
<ion-button fill="outline" round color="dark">Button Dark</ion-button>
|
||||
<ion-button fill="outline" round>button</ion-button>
|
||||
<ion-button fill="outline" round color="light">button light</ion-button>
|
||||
<ion-button fill="outline" round color="secondary">button secondary</ion-button>
|
||||
<ion-button fill="outline" round color="warning">button warning</ion-button>
|
||||
<ion-button fill="outline" round color="danger">button danger</ion-button>
|
||||
<ion-button fill="outline" round color="dark">button dark</ion-button>
|
||||
|
||||
<ion-button round fill="clear">Clear</ion-button>
|
||||
<ion-button round expand="block" color="danger">Block</ion-button>
|
||||
<ion-button round expand="full" color="dark">Full</ion-button>
|
||||
<ion-button round strong>Strong</ion-button>
|
||||
<ion-button round fill="clear">clear</ion-button>
|
||||
<ion-button round expand="block" color="danger">block</ion-button>
|
||||
<ion-button round expand="full" color="dark">full</ion-button>
|
||||
<ion-button round strong>strong</ion-button>
|
||||
</ion-content>
|
||||
</ion-page>
|
||||
</ion-app>
|
||||
|
Reference in New Issue
Block a user