Skip to content

Commit

Permalink
test(menu): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Dec 14, 2018
1 parent e8cec60 commit e7db407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/menu/test/basic/e2e.ts
Expand Up @@ -9,7 +9,6 @@ test('menu: basic', async () => {
const start = await page.find('ion-menu[side="start"]');
expect(start).toHaveClasses([
'menu-type-overlay',
'menu-enabled',
'menu-side-start'
]);

Expand Down

0 comments on commit e7db407

Please sign in to comment.