chore(): use class selectors in e2e

This commit is contained in:
Adam Bradley
2015-09-22 11:25:27 -05:00
parent 50c82a7de9
commit 3bd0b5c8ac
20 changed files with 41 additions and 40 deletions

View File

@@ -1,3 +1,3 @@
<ion-content padding>
<button id="e2eOpenModal" (click)="openModal()">Open Modal</button>
<button class="e2eOpenModal" (click)="openModal()">Open Modal</button>
</ion-content>