mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary While splitting `test/functional/apps/dashboard/group2/config.ts` in #160612, I noticed that some tests (`it` function level) takes 30-45 seconds though having little actions to do in Kibana. After closer look I found that: - `await PageObjects.dashboard.clickNewDashboard();` call takes ~13-15 seconds when dashboard is empty - `await dashboardAddPanel.closeAddPanel();` call takes ~12 seconds when there are no flyouts displayed Expected improvement: - `await PageObjects.dashboard.clickNewDashboard()` call takes **2** seconds, used **103** times in tests. - `await dashboardAddPanel.closeAddPanel()` call takes **3** seconds, used **21** times in tests. PR FTR configs runtime <img width="778" alt="image" src=" |
||
---|---|---|
.. | ||
accessibility | ||
analytics | ||
api_integration | ||
common | ||
examples | ||
functional | ||
harden | ||
health_gateway | ||
interactive_setup_api_integration | ||
interactive_setup_functional | ||
interpreter_functional | ||
node_roles_functional | ||
package | ||
plugin_functional | ||
scripts | ||
server_integration | ||
ui_capabilities/newsfeed_err | ||
tsconfig.json |