mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(menu): fix snapshot test
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user