fix(e2e): re-add the menu test

This commit is contained in:
Ken Sodemann
2018-02-02 11:02:38 -06:00
parent fe4dac8630
commit b1f1ffc7b8

View File

@@ -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');