test(menu): fix snapshot test

This commit is contained in:
Brandy Carney
2016-02-05 16:20:27 -05:00
parent 2ca0068c56
commit 86f793dcee

View File

@ -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();
});