chore(): update modal tests

This commit is contained in:
Adam Bradley
2016-02-10 01:56:51 -06:00
parent c46d25baed
commit 7c10c4dd42
5 changed files with 7 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ it('should toggle open menu', function() {
it('should close menu', function() {
element(by.css('[menuClose=left]')).click();
element(by.css('.e2eCloseLeftMenu')).click();
});

View File

@@ -12,7 +12,7 @@
{{p.title}}
</button>
<button ion-item menuClose="left" detail-none>
<button ion-item menuClose="left" class="e2eCloseLeftMenu" detail-none>
Close Menu
</button>