mirror of https://gitee.com/bigwinds/arangodb
Removed unnecessary deletion of values in tests. Might have sideeffects
This commit is contained in:
parent
b13149ea5f
commit
135a447c67
|
@ -516,9 +516,6 @@
|
|||
});
|
||||
|
||||
it("should navigate to the dashboard", function () {
|
||||
delete r.statisticsDescriptionCollection;
|
||||
delete r.statisticsCollection;
|
||||
delete r.dashboardView;
|
||||
spyOn(dashboardDummy, "render");
|
||||
simpleNavigationCheck(
|
||||
"dashboard",
|
||||
|
|
Loading…
Reference in New Issue