lazy Analysis (#2927)
* lazy Analysis * lazy loading menu * remove hard code * fix style warning * fix loading height waring * fix offineData Loading error * lazy load menu * fix login test eroor * fix #2950 ,fix topmeun error * add args of puppeteer * add layout=topmenu e2e test
Showing
jest-puppeteer.config.js
0 → 100644
... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
"react-document-title": "^2.0.3", | "react-document-title": "^2.0.3", | ||
"react-dom": "^16.5.1", | "react-dom": "^16.5.1", | ||
"react-fittext": "^1.0.0", | "react-fittext": "^1.0.0", | ||
"react-media": "^1.8.0", | |||
"react-router-dom": "^4.3.1" | "react-router-dom": "^4.3.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
src/e2e/topMenu.e2e.js
0 → 100644
Please register or sign in to comment