We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca0068 commit 86f793dCopy full SHA for 86f793d
ionic/components/menu/test/basic/e2e.ts
@@ -5,5 +5,5 @@ it('should toggle open menu', function() {
5
6
7
it('should close menu', function() {
8
- element(by.css('[menuClose=leftMenu]')).click();
+ element(by.css('[menuClose=left]')).click();
9
});
0 commit comments