test(button): update e2e test to match v3

This commit is contained in:
Brandy Carney
2018-02-13 14:32:30 -05:00
parent 17f9a3462a
commit 074b8ee421

View File

@ -16,24 +16,24 @@
</ion-header> </ion-header>
<ion-content id="content" padding text-center no-bounce> <ion-content id="content" padding text-center no-bounce>
<ion-button round>Button</ion-button> <ion-button round>button</ion-button>
<ion-button round color="light">Button Light</ion-button> <ion-button round color="light">button light</ion-button>
<ion-button round color="secondary">Button Secondary</ion-button> <ion-button round color="secondary">button secondary</ion-button>
<ion-button round color="warning">Button Warning</ion-button> <ion-button round color="warning">button warning</ion-button>
<ion-button round color="danger">Button Danger</ion-button> <ion-button round color="danger">button danger</ion-button>
<ion-button round color="dark">Button Dark</ion-button> <ion-button round color="dark">button dark</ion-button>
<ion-button fill="outline" round>Button</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="light">button light</ion-button>
<ion-button fill="outline" round color="secondary">Button Secondary</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="warning">button warning</ion-button>
<ion-button fill="outline" round color="danger">Button Danger</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 color="dark">button dark</ion-button>
<ion-button round fill="clear">Clear</ion-button> <ion-button round fill="clear">clear</ion-button>
<ion-button round expand="block" color="danger">Block</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 expand="full" color="dark">full</ion-button>
<ion-button round strong>Strong</ion-button> <ion-button round strong>strong</ion-button>
</ion-content> </ion-content>
</ion-page> </ion-page>
</ion-app> </ion-app>