mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(e2e): re-add the menu test
This commit is contained in:
@@ -17,7 +17,7 @@ class E2ETestPage extends Page {
|
||||
}
|
||||
|
||||
platforms.forEach(platform => {
|
||||
describe.skip('menu/basic', () => {
|
||||
describe('menu/basic', () => {
|
||||
register('should init', driver => {
|
||||
const page = new E2ETestPage(driver, platform);
|
||||
return page.navigate('#left');
|
||||
|
||||
Reference in New Issue
Block a user