Dashboard: removes variables property (#23107)

This commit is contained in:
Hugo Häggmark
2020-03-30 07:52:00 +02:00
committed by GitHub
parent 5307cfeabd
commit 3feb4e71c5
5 changed files with 20 additions and 59 deletions

View File

@@ -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);
});
},
});