mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
test(menu): fix e2e
This commit is contained in:
@ -9,7 +9,6 @@ test('menu: basic', async () => {
|
|||||||
const start = await page.find('ion-menu[side="start"]');
|
const start = await page.find('ion-menu[side="start"]');
|
||||||
expect(start).toHaveClasses([
|
expect(start).toHaveClasses([
|
||||||
'menu-type-overlay',
|
'menu-type-overlay',
|
||||||
'menu-enabled',
|
|
||||||
'menu-side-start'
|
'menu-side-start'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user