chore: E2E tests for the Drill to detail modal (#21187)

* Add example ECharts Dashboard

* [WIP] E2E test

* Add echarts interactions

* Lint

* DRY
This commit is contained in:
Geido
2022-08-29 11:25:27 +03:00
committed by GitHub
parent ccb293a083
commit f017f98b88
9 changed files with 548 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ FEATURE_FLAGS = {
"ENABLE_TEMPLATE_PROCESSING": True,
"ALERT_REPORTS": True,
"DASHBOARD_NATIVE_FILTERS": True,
"DRILL_TO_DETAIL": True,
}