chore: Add Horizontal FilterBar e2e tests (#22305)

This commit is contained in:
Geido
2022-12-06 15:01:31 +02:00
committed by GitHub
parent 2f23a9ceac
commit e1ffdb95b1
8 changed files with 269 additions and 20 deletions

View File

@@ -71,6 +71,7 @@ FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"DASHBOARD_NATIVE_FILTERS": True,
"DRILL_TO_DETAIL": True,
"HORIZONTAL_FILTER_BAR": True,
}
WEBDRIVER_BASEURL = "http://0.0.0.0:8081/"