mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: removes variables property (#23107)
This commit is contained in:
@@ -627,5 +627,11 @@ e2e.scenario({
|
||||
|
||||
// assert that move up works
|
||||
assertMoveUpItem(queryVariables);
|
||||
|
||||
e2e()
|
||||
.window()
|
||||
.then((win: any) => {
|
||||
logSection('This scenario ran with these featureToggles', win.grafanaBootData.settings.featureToggles);
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user