Skip to content

Commit

Permalink
test(menu): fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Feb 5, 2016
1 parent 2ca0068 commit 86f793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/components/menu/test/basic/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ it('should toggle open menu', function() {


it('should close menu', function() {
element(by.css('[menuClose=leftMenu]')).click();
element(by.css('[menuClose=left]')).click();
});

0 comments on commit 86f793d

Please sign in to comment.